From 704288bc04c53a2a94173387fd453ea5ec366dab Mon Sep 17 00:00:00 2001 From: sefidel Date: Thu, 10 Feb 2022 00:25:32 +0900 Subject: feat(treesitter): add nix to defaults --- fnl/nvrc/packs/treesitter.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fnl/nvrc') 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} -- cgit 1.4.1