diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-05-09 14:14:24 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-05-09 20:33:34 +0200 |
commit | 1ca13d0d729a064ad41432b74fa7c772806ee7be (patch) | |
tree | 167e8c68ec0d701c9a2cbb96ba175578cc3edb67 /hm | |
parent | fix(hm/conf/lf/icons): Also use the key icon for `COPYING` (diff) | |
download | nixos-config-1ca13d0d729a064ad41432b74fa7c772806ee7be.tar.gz nixos-config-1ca13d0d729a064ad41432b74fa7c772806ee7be.zip |
fix(hm/conf/nvim/plgs/lsp/servers/ltex): Don't use in html files
Ltex tries to correct spelling mistakes in the html tags.
Diffstat (limited to 'hm')
-rw-r--r-- | hm/soispha/conf/nvim/plgs/lsp/servers/servers/ltex.nix | 1 |
1 files changed, 0 insertions, 1 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 dcfd301e..3224bc41 100644 --- a/hm/soispha/conf/nvim/plgs/lsp/servers/servers/ltex.nix +++ b/hm/soispha/conf/nvim/plgs/lsp/servers/servers/ltex.nix @@ -13,7 +13,6 @@ "latex" "tex" - "html" "markdown" "org" "restructuredtext" |