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