about summary refs log tree commit diff
path: root/fnl/nvrc/packs
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-02-10 00:25:32 +0900
committersefidel <contact@sefidel.net>2022-02-10 00:25:32 +0900
commit704288bc04c53a2a94173387fd453ea5ec366dab (patch)
treeb3dbb3058c7113695226932964c2c5a0ec284dc4 /fnl/nvrc/packs
parent72d448e384249103748ee83b587c45924e4bc44d (diff)
downloadnvimrc-704288bc04c53a2a94173387fd453ea5ec366dab.tar.gz
nvimrc-704288bc04c53a2a94173387fd453ea5ec366dab.zip
feat(treesitter): add nix to defaults
Diffstat (limited to 'fnl/nvrc/packs')
-rw-r--r--fnl/nvrc/packs/treesitter.fnl2
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}