enable lsp
This commit is contained in:
parent
0cd41a5b95
commit
e7a38ddec6
1 changed files with 6 additions and 0 deletions
|
@ -98,6 +98,12 @@
|
|||
useLibuvFileWatcher = true;
|
||||
};
|
||||
};
|
||||
lsp = {
|
||||
enable = true;
|
||||
servers = {
|
||||
nixd.enable = true;
|
||||
};
|
||||
};
|
||||
lualine = {
|
||||
enable = true;
|
||||
globalstatus = true;
|
||||
|
|
Loading…
Reference in a new issue