diff --git a/.config/nvim/lua/user/treesitter.lua b/.config/nvim/lua/user/treesitter.lua index 3f109a3..84b6f99 100644 --- a/.config/nvim/lua/user/treesitter.lua +++ b/.config/nvim/lua/user/treesitter.lua @@ -8,7 +8,6 @@ require'nvim-treesitter.configs'.setup { "go", "gomod", "hcl", - "help", "hjson", "javascript", "lua", diff --git a/setup_env.sh b/setup_env.sh index 8af749a..ab53df0 100755 --- a/setup_env.sh +++ b/setup_env.sh @@ -85,7 +85,7 @@ nvim_setup() { # Install Plugins #nvim -c 'PlugInstall --sync' +qall #nvim -c 'PlugUpdate --sync' +qall - #nvim -c 'TSUpdate' +qall + nvim -c 'TSUpdate' +qall # nvim coq command if running coq #nvim -c 'COQdeps' +qall