about summary refs log tree commit diff
path: root/fnl/nvrc/pack.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-02-26 23:33:46 +0900
committersefidel <contact@sefidel.net>2022-02-26 23:33:46 +0900
commite1d93225e090c68b0a7d4f37f31eab16e06e2a02 (patch)
treed18aa953615e3923207ca5d599d8a5559f0f744a /fnl/nvrc/pack.fnl
parent50221c9e9c73be4d28e3bc3ce85c69938ec410c1 (diff)
downloadnvimrc-e1d93225e090c68b0a7d4f37f31eab16e06e2a02.tar.gz
nvimrc-e1d93225e090c68b0a7d4f37f31eab16e06e2a02.zip
feat(pack): add treesitter-{refactor,textobjects}
Diffstat (limited to 'fnl/nvrc/pack.fnl')
-rw-r--r--fnl/nvrc/pack.fnl4
1 files changed, 3 insertions, 1 deletions
diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl
index 1e544da..e52b711 100644
--- a/fnl/nvrc/pack.fnl
+++ b/fnl/nvrc/pack.fnl
@@ -7,7 +7,9 @@
 
 (pack! :nanotech/jellybeans.vim {:config "require('nvrc.colors').apply('jellybeans')"})
 (pack! :nvim-treesitter/nvim-treesitter {:req :treesitter
-                                         :requires [(pack :p00f/nvim-ts-rainbow {:after :nvim-treesitter})]})
+                                         :requires [(pack :p00f/nvim-ts-rainbow {:after :nvim-treesitter})
+                                                    (pack :nvim-treesitter/nvim-treesitter-refactor {:after :nvim-treesitter})
+                                                    (pack :nvim-treesitter/nvim-treesitter-textobjects {:after :nvim-treesitter})]})
 
 (pack! :feline-nvim/feline.nvim {:req :feline})
 (pack! :Pocco81/TrueZen.nvim {:cmd :TZAtaraxis})