From 52b5cd30d50b6daab77e3367f49582544aeebdc7 Mon Sep 17 00:00:00 2001 From: Nicholas Van Doorn Date: Tue, 17 Aug 2021 01:02:59 -0700 Subject: 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). --- init.vim | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3