about summary refs log tree commit diff
path: root/fnl/nvrc/packs
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-02-22 00:13:29 +0900
committersefidel <contact@sefidel.net>2023-02-22 00:13:29 +0900
commitd007c7168fda44ad3a1d4b7ae79f77ebb6cf6cbe (patch)
tree51a875759edbb8300e198dac29d2fd1b3b6ce474 /fnl/nvrc/packs
parentff5c6069bb393b46b9f539d1758dbeed4823a8ef (diff)
downloadnvimrc-d007c7168fda44ad3a1d4b7ae79f77ebb6cf6cbe.tar.gz
nvimrc-d007c7168fda44ad3a1d4b7ae79f77ebb6cf6cbe.zip
feat(packs/treesitter): ensure 'comment' ts grammar
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 84ce9da..0fb34c5 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]
+(setup {:ensure_installed [:fennel :lua :nix :comment]
         :highlight {:enable true :use_languagetree true}
         :incremental_selection {:enable true
                                 :keymaps {:init_selection :gnn