mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 01:40:02 -04:00
fix: add plugin file
This commit is contained in:
parent
b706c4e8ed
commit
0d5ef2f980
1 changed files with 7 additions and 0 deletions
7
plugin/nvim-treesitter.vim
Normal file
7
plugin/nvim-treesitter.vim
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
" Last Change: 2020 avril 19
|
||||||
|
|
||||||
|
if exists('g:loaded_nvim_treesitter')
|
||||||
|
finish
|
||||||
|
endif
|
||||||
|
|
||||||
|
let g:loaded_nvim_treesitter = 1
|
||||||
Loading…
Add table
Add a link
Reference in a new issue