This commit is contained in:
xyno (Philipp Hochkamp) 2023-06-10 01:22:30 +02:00
parent a71f59264c
commit 8149d5a71d
2 changed files with 3 additions and 0 deletions

View file

@ -6,6 +6,7 @@ in
options.ragon.nvim.enable = lib.mkOption { default = true; };
options.ragon.nvim.maximal = lib.mkOption { default = false; };
config = lib.mkIf cfg.enable {
home.packages =
(with pkgs;[
# telescope
@ -32,6 +33,7 @@ in
sumneko-lua-language-server
pkgs.unstable.ltex-ls # languageTool
(hunspellWithDicts [ "de_DE" "en_US" ]) # spellcheck
hunspellDicts.de-de
nodePackages.vscode-langservers-extracted # eslint, ...
texlab # latex
tectonic