aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/nvim-treesitter.vim
diff options
context:
space:
mode:
authorThomas Vigouroux <39092278+vigoux@users.noreply.github.com>2020-04-19 20:38:51 +0200
committerGitHub <noreply@github.com>2020-04-19 20:38:51 +0200
commit05be31024adc868af782c51dd63c6ccdfbfeb2a9 (patch)
tree45970745e65c16d52bcb93db4a4a466c6f9f105c /plugin/nvim-treesitter.vim
parentMerge pull request #2 from kyazdani42/install-parser (diff)
parentperf: don't compute locals on buffer updates (diff)
downloadnvim-treesitter-05be31024adc868af782c51dd63c6ccdfbfeb2a9.tar
nvim-treesitter-05be31024adc868af782c51dd63c6ccdfbfeb2a9.tar.gz
nvim-treesitter-05be31024adc868af782c51dd63c6ccdfbfeb2a9.tar.bz2
nvim-treesitter-05be31024adc868af782c51dd63c6ccdfbfeb2a9.tar.lz
nvim-treesitter-05be31024adc868af782c51dd63c6ccdfbfeb2a9.tar.xz
nvim-treesitter-05be31024adc868af782c51dd63c6ccdfbfeb2a9.tar.zst
nvim-treesitter-05be31024adc868af782c51dd63c6ccdfbfeb2a9.zip
Merge pull request #3 from vigoux/feature/locals
Add locals handling
Diffstat (limited to 'plugin/nvim-treesitter.vim')
-rw-r--r--plugin/nvim-treesitter.vim10
1 files changed, 10 insertions, 0 deletions
diff --git a/plugin/nvim-treesitter.vim b/plugin/nvim-treesitter.vim
new file mode 100644
index 000000000..03b738763
--- /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