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