From 8788f8d6b9ff3fd72f3b8eb22b3313470ea014b4 Mon Sep 17 00:00:00 2001 From: sefidel Date: Tue, 17 Dec 2024 10:58:16 +0900 Subject: feat(packs/treesitter): disable html --- fnl/nvrc/packs/treesitter.fnl | 4 ++-- 1 file 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 -- cgit 1.4.1