Replaced plugins with mini

This commit is contained in:
EsVagy42 2025-03-02 23:41:04 +00:00
parent 99cfc8d1e2
commit 3b854f82a8
14 changed files with 50 additions and 83 deletions

View file

@ -1,14 +0,0 @@
{
plugins = {
lsp = {
enable = true;
servers = {
clangd.enable = true;
bashls.enable = true;
nixd.enable = true;
marksman.enable = true;
lua_ls.enable = true;
};
};
};
}