mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
feat: create NvimTreesitter augroup at startup
This commit is contained in:
parent
b2b6e51a7c
commit
6cab5c2d75
1 changed files with 3 additions and 0 deletions
|
|
@ -5,3 +5,6 @@ if exists('g:loaded_nvim_treesitter')
|
|||
endif
|
||||
|
||||
let g:loaded_nvim_treesitter = 1
|
||||
|
||||
augroup NvimTreesitter
|
||||
augroup END
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue