diff options
Diffstat (limited to 'fnl/nvrc/pack.fnl')
-rw-r--r-- | fnl/nvrc/pack.fnl | 6 |
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}) |