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