mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-09 06:50:06 -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
|
endif
|
||||||
|
|
||||||
let g:loaded_nvim_treesitter = 1
|
let g:loaded_nvim_treesitter = 1
|
||||||
|
|
||||||
|
augroup NvimTreesitter
|
||||||
|
augroup END
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue