qol(nixvim): added astro lsp
This commit is contained in:
@@ -33,6 +33,8 @@ in
|
||||
enable = true;
|
||||
plugins = true;
|
||||
nvimRuntime = true;
|
||||
luaLib = true;
|
||||
configs = true;
|
||||
};
|
||||
plugins = {
|
||||
lsp-status.enable = true;
|
||||
@@ -47,6 +49,9 @@ in
|
||||
nixd = {
|
||||
enable = true;
|
||||
};
|
||||
astro = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
notify.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user