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 14:55:27 +0900
committersefidel <contact@sefidel.net>2022-02-26 14:55:27 +0900
commitaceb6065119d621a84d0eceb9017f7036e24acee (patch)
tree4f3345d8cf72fc9bb28adb2931c0d2993a1a8b24 /fnl/nvrc/pack.fnl
parent27010418b30db788bed4854465d3c7d1c1d548a8 (diff)
downloadnvimrc-aceb6065119d621a84d0eceb9017f7036e24acee.tar.gz
nvimrc-aceb6065119d621a84d0eceb9017f7036e24acee.zip
feat(treesitter): cleanup
Diffstat (limited to 'fnl/nvrc/pack.fnl')
-rw-r--r--fnl/nvrc/pack.fnl6
1 files changed, 1 insertions, 5 deletions
diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl
index e33c6c8..bc13892 100644
--- a/fnl/nvrc/pack.fnl
+++ b/fnl/nvrc/pack.fnl
@@ -8,13 +8,9 @@
 (pack! :nanotech/jellybeans.vim {:config "require('nvrc.colors').apply('jellybeans')"})
 (pack! :feline-nvim/feline.nvim {:req :feline})
 (pack! :lukas-reineke/indent-blankline.nvim {:req :blankline :defer :indent-blankline.nvim})
-(pack! :NvChad/nvim-colorizer.lua {:init :colorizer :cmd :ColorizerToggle})
 (pack! :nvim-treesitter/nvim-treesitter {:req :treesitter
                                           :run ":TSUpdate"
-                                          :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 :JoosepAlviste/nvim-ts-context-commentstring {:after :nvim-treesitter})]})
+                                          :requires [(pack :p00f/nvim-ts-rainbow {:after :nvim-treesitter})]})
 (pack! :Pocco81/TrueZen.nvim {:cmd [:TZMinimalist :TZFocus :TZAtaraxis]})
 (pack! :stefandtw/quickfix-reflector.vim {:ft :qf :defer :quickfix-reflector.vim})