Remove TSUpdate hook from tree-sitter packer entry

This commit is contained in:
Evie Litherland-Smith 2023-01-20 08:06:21 +00:00
parent 48900854e8
commit e875c0ac75

View file

@ -44,7 +44,6 @@ require('packer').startup {
}
use {
'nvim-treesitter/nvim-treesitter',
run = ':TSUpdate',
config = function()
require 'config_plugins.config_treesitter'
end