6 lines
75 B
Nix
Executable file
6 lines
75 B
Nix
Executable file
{...}: {
|
|
programs.nixvim.plugins.lsp-lines = {
|
|
enable = true;
|
|
};
|
|
}
|