12 lines
192 B
Nix
12 lines
192 B
Nix
![]() |
{
|
||
|
# programs.nixvim.plugins.lsp-lines.enable = true;
|
||
|
|
||
|
programs.nixvim.plugins.lsp = {
|
||
|
enable = true;
|
||
|
servers = {
|
||
|
|
||
|
nixd.enable = true;
|
||
|
};
|
||
|
};
|
||
|
}
|