diff options
author | sefidel <contact@sefidel.net> | 2023-02-22 19:36:13 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-02-22 19:36:17 +0900 |
commit | c5221857d7ea6a3079f3a517d70c47523488eb2e (patch) | |
tree | be82d30ae7f20da3bd0333f65f4ce6ce55aa0122 | |
parent | 066756be7d82d0c971849625dd3d2f0b1233577f (diff) | |
download | nvimrc-c5221857d7ea6a3079f3a517d70c47523488eb2e.tar.gz nvimrc-c5221857d7ea6a3079f3a517d70c47523488eb2e.zip |
feat(packs/treesitter): add langs I use to ensure_installed
-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 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 |