diff options
author | sefidel <contact@sefidel.net> | 2022-02-10 00:25:32 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-02-10 00:25:32 +0900 |
commit | 704288bc04c53a2a94173387fd453ea5ec366dab (patch) | |
tree | b3dbb3058c7113695226932964c2c5a0ec284dc4 | |
parent | 72d448e384249103748ee83b587c45924e4bc44d (diff) | |
download | nvimrc-704288bc04c53a2a94173387fd453ea5ec366dab.tar.gz nvimrc-704288bc04c53a2a94173387fd453ea5ec366dab.zip |
feat(treesitter): add nix to defaults
-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} |