helix: Added VSCode lang servers

This commit is contained in:
Giulio De Pasquale 2022-11-23 13:37:37 +01:00
parent cb440990c4
commit 4551090f90

View File

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