Compare commits

...

1 Commits

Author SHA1 Message Date
Giulio De Pasquale
4551090f90 helix: Added VSCode lang servers 2022-11-23 13:37:37 +01:00

View File

@ -8,7 +8,7 @@
}; };
file.".config/helix/config.toml".text = '' file.".config/helix/config.toml".text = ''
theme = "monokai_pro_spectrum" theme = "monokai_pro_ristretto"
[editor] [editor]
cursorline = true cursorline = true
@ -34,6 +34,7 @@
python310Packages.python-lsp-server python310Packages.python-lsp-server
texlab texlab
nodePackages.typescript nodePackages.typescript
nodePackages.vscode-langservers-extracted
]; ];
}; };
} }