mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 12:06:55 -04:00
8 lines
117 B
VimL
8 lines
117 B
VimL
|
|
" Last Change: 2020 avril 19
|
||
|
|
|
||
|
|
if exists('g:loaded_nvim_treesitter')
|
||
|
|
finish
|
||
|
|
endif
|
||
|
|
|
||
|
|
let g:loaded_nvim_treesitter = 1
|