Added lsp-lines

This commit is contained in:
EsVagy42 2025-03-02 21:04:45 +00:00
parent 8dc9d89f56
commit 99cfc8d1e2
2 changed files with 2 additions and 0 deletions

View file

@ -3,6 +3,7 @@
imports = [ imports = [
./lsp.nix ./lsp.nix
./lsp-format.nix ./lsp-format.nix
./lsp-lines.nix
./which-key.nix ./which-key.nix
./surround.nix ./surround.nix
./autopairs.nix ./autopairs.nix

1
config/lsp-lines.nix Normal file
View file

@ -0,0 +1 @@
{ plugins = { lsp-lines = { enable = true; }; }; }