diff options
| author | Thomas Vigouroux <39092278+vigoux@users.noreply.github.com> | 2020-04-19 20:38:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-19 20:38:51 +0200 |
| commit | 05be31024adc868af782c51dd63c6ccdfbfeb2a9 (patch) | |
| tree | 45970745e65c16d52bcb93db4a4a466c6f9f105c /plugin/nvim-treesitter.vim | |
| parent | f784a0addae1ac9d637d4655cd9095465f103374 (diff) | |
| parent | d25549917de8047eb91d6f56ee2bdcd5e667d6ae (diff) | |
Merge pull request #3 from vigoux/feature/locals
Add locals handling
Diffstat (limited to 'plugin/nvim-treesitter.vim')
| -rw-r--r-- | plugin/nvim-treesitter.vim | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/plugin/nvim-treesitter.vim b/plugin/nvim-treesitter.vim new file mode 100644 index 00000000..03b73876 --- /dev/null +++ b/plugin/nvim-treesitter.vim @@ -0,0 +1,10 @@ +" Last Change: 2020 avril 19 + +if exists('g:loaded_nvim_treesitter') + finish +endif + +let g:loaded_nvim_treesitter = 1 + +augroup NvimTreesitter +augroup END |
