Added lsp-lines
This commit is contained in:
parent
8dc9d89f56
commit
99cfc8d1e2
2 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
imports = [
|
||||
./lsp.nix
|
||||
./lsp-format.nix
|
||||
./lsp-lines.nix
|
||||
./which-key.nix
|
||||
./surround.nix
|
||||
./autopairs.nix
|
||||
|
|
|
|||
1
config/lsp-lines.nix
Normal file
1
config/lsp-lines.nix
Normal file
|
|
@ -0,0 +1 @@
|
|||
{ plugins = { lsp-lines = { enable = true; }; }; }
|
||||
Loading…
Add table
Add a link
Reference in a new issue