aboutsummaryrefslogtreecommitdiff
path: root/fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl')
-rw-r--r--fnl/nvrc/packs/treesitter.fnl4
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/nvrc/packs/treesitter.fnl b/fnl/nvrc/packs/treesitter.fnl
index 663436f..e47d166 100644
--- a/fnl/nvrc/packs/treesitter.fnl
+++ b/fnl/nvrc/packs/treesitter.fnl
@@ -2,8 +2,8 @@
(local {: setup} (require :nvim-treesitter.configs))
-(setup {:ensure_installed [:fennel :lua :nix :rust :haskell :c :go :typst :comment]
- :highlight {:enable true :use_languagetree true}
+(setup {:ensure_installed [:fennel :lua :nix :rust :haskell :c :go :html :typst :comment]
+ :highlight {:enable true :use_languagetree true :disable [:html]}
:incremental_selection {:enable true
:keymaps {:init_selection :gnn
:node_incremental :grn