Skip to content

Commit

Permalink
added go treesitter
Browse files Browse the repository at this point in the history
  • Loading branch information
David Chen committed May 24, 2022
1 parent 415cb5e commit 89c8ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@ if g:nvim_plugins_installation_completed == 1
lua <<EOF
require'nvim-treesitter.configs'.setup {
-- one of "all", "language", or a list of languages
ensure_installed = {"typescript", "dart", "java", "c", "prisma", "bash"},
ensure_installed = {"typescript", "dart", "java", "c", "prisma", "bash", "go"},
highlight = {
enable = true, -- false will disable the whole extension
disable = { "rust" }, -- list of language that will be disabled
Expand Down

0 comments on commit 89c8ca1

Please sign in to comment.