Skip to content

Commit

Permalink
Vima fix treesitter install
Browse files Browse the repository at this point in the history
  • Loading branch information
aminfara committed Jan 17, 2022
1 parent ea1aa5e commit cfb756c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vima/lua/vima/plugins/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ return packer.startup({
'nvim-treesitter/nvim-treesitter',
run = ':TSUpdate',
})
use('JoosepAlviste/nvim-ts-context-commentstring')
use({ 'JoosepAlviste/nvim-ts-context-commentstring', after = { 'nvim-treesitter' } })
use({
'p00f/nvim-ts-rainbow', -- Rainbow brackets
after = { 'nvim-treesitter', 'nvim-ts-context-commentstring' },
Expand Down

0 comments on commit cfb756c

Please sign in to comment.