treesitter go

This commit is contained in:
serxoz 2021-11-11 16:25:12 +01:00
parent a476b885a5
commit 98f17d3955
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ lua <<EOF
require'nvim-treesitter.configs'.setup {
-- one of "all", "maintained" (parsers with maintainers), or a list of languages
ensure_installed = {
"python", "javascript", "rust", "c", "html", "css"
"python", "javascript", "go", "rust", "c", "html", "css"
},
indent = { enable = true },
highlight = {