diff options
-rw-r--r-- | fnl/nvrc/packs/treesitter.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/nvrc/packs/treesitter.fnl b/fnl/nvrc/packs/treesitter.fnl index 6e02ae5..d43f97a 100644 --- a/fnl/nvrc/packs/treesitter.fnl +++ b/fnl/nvrc/packs/treesitter.fnl @@ -2,7 +2,7 @@ (local colors (require :nvrc.colors)) -(setup {:ensure_installed [:fennel :lua] +(setup {:ensure_installed [:fennel :lua :nix] :highlight {:enable true} :indent {:enable true} :refactor {:highlight_definitions {:enable true} |