Skip to content

Commit

Permalink
fix: remove help ts server that no longer exists and add update
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriel Perkins committed Apr 4, 2023
1 parent 37bf1dd commit aca0437
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .config/nvim/lua/user/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ require'nvim-treesitter.configs'.setup {
"go",
"gomod",
"hcl",
"help",
"hjson",
"javascript",
"lua",
Expand Down
2 changes: 1 addition & 1 deletion setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aca0437

Please sign in to comment.