about summary refs log tree commit diff
path: root/fnl/nvrc/packs
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-02-22 19:36:13 +0900
committersefidel <contact@sefidel.net>2023-02-22 19:36:17 +0900
commitc5221857d7ea6a3079f3a517d70c47523488eb2e (patch)
treebe82d30ae7f20da3bd0333f65f4ce6ce55aa0122 /fnl/nvrc/packs
parent066756be7d82d0c971849625dd3d2f0b1233577f (diff)
downloadnvimrc-c5221857d7ea6a3079f3a517d70c47523488eb2e.tar.gz
nvimrc-c5221857d7ea6a3079f3a517d70c47523488eb2e.zip
feat(packs/treesitter): add langs I use to ensure_installed
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 0fb34c5..5f5b94c 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 :nix :comment]
+(setup {:ensure_installed [:fennel :lua :nix :rust :haskell :c :comment]
         :highlight {:enable true :use_languagetree true}
         :incremental_selection {:enable true
                                 :keymaps {:init_selection :gnn