diff options
author | Juan J. Martinez <jjm@usebox.net> | 2022-03-02 07:24:22 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-05-29 22:57:31 +0100 |
commit | 0790233d1ea38eb37a134e9ca620b2d989a75c80 (patch) | |
tree | 5c2aaa8222f27dd93a7a52e8beb82521172bed5b /vimrc | |
parent | 0a932e8f8047864d5b901cd1ccf889b67ae3e73f (diff) | |
download | dotnvim-0790233d1ea38eb37a134e9ca620b2d989a75c80.tar.gz dotnvim-0790233d1ea38eb37a134e9ca620b2d989a75c80.zip |
Treesitter support
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -82,6 +82,7 @@ end if has('nvim-0.6.1') " lsp Plug 'neovim/nvim-lspconfig' + Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'} end call plug#end() |