diff options
author | Soispha <soispha@vhack.eu> | 2023-11-08 15:29:35 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-11-08 15:29:35 +0100 |
commit | cde288be1b244cd282427a93d1e599a8d57cc53b (patch) | |
tree | 5a836efecf89ba9bffa578168ba6c8aac083b677 /hm | |
parent | fix(hm/conf/nvim/plgs/vim-tex): Use treesitter highlight (diff) | |
download | nixos-config-cde288be1b244cd282427a93d1e599a8d57cc53b.tar.gz nixos-config-cde288be1b244cd282427a93d1e599a8d57cc53b.zip |
feat(hm/conf/nvim/plgs/lsp/ltex): Also activate in `mail` files
Diffstat (limited to 'hm')
-rw-r--r-- | hm/soispha/conf/nvim/plgs/lsp/servers/servers/ltex.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hm/soispha/conf/nvim/plgs/lsp/servers/servers/ltex.nix b/hm/soispha/conf/nvim/plgs/lsp/servers/servers/ltex.nix index d087d8dd..dcfd301e 100644 --- a/hm/soispha/conf/nvim/plgs/lsp/servers/servers/ltex.nix +++ b/hm/soispha/conf/nvim/plgs/lsp/servers/servers/ltex.nix @@ -21,6 +21,8 @@ "git-commit" "gitcommit" + + "mail" ]; in { enable = true; |