summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Van Doorn <vandoorn.nick@gmail.com>2021-08-17 01:02:59 -0700
committerNicholas Van Doorn <vandoorn.nick@gmail.com>2021-08-17 10:47:48 -0700
commit52b5cd30d50b6daab77e3367f49582544aeebdc7 (patch)
treec5b32735396718d687d45ec5abb065a7e01d34d4
parent7356dd16de43e0f3b9335852a97c94601884a58d (diff)
Add tree sitter to neovim
The longer I know Alex Blackie, the more I learn about all the terrible shit deep inside my favorite programs (looking at you, regex syntax highlighting).
-rw-r--r--init.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.vim b/init.vim
index 3be6f53..36916cb 100644
--- a/init.vim
+++ b/init.vim
@@ -36,6 +36,7 @@ Plug 'rust-lang/rust.vim'
Plug 'vim-ruby/vim-ruby'
Plug 'styled-components/vim-styled-components', { 'branch': 'main' }
Plug 'kchmck/vim-coffee-script'
+Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'}
" Extensions
" Chuch of tpope