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;
|
useLibuvFileWatcher = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
lsp = {
|
||||||
|
enable = true;
|
||||||
|
servers = {
|
||||||
|
nixd.enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
lualine = {
|
lualine = {
|
||||||
enable = true;
|
enable = true;
|
||||||
globalstatus = true;
|
globalstatus = true;
|
||||||
|
|
Loading…
Reference in a new issue