feat: add gopls

This commit is contained in:
Fabio Lenherr / DashieTM 2023-02-20 22:04:49 +01:00
parent 5c646250a7
commit 511dabde0f
2 changed files with 3 additions and 19 deletions

View file

@ -5,24 +5,7 @@ end
require("nvim-treesitter.configs").setup({
-- A list of parser names, or "all"
ensure_installed = {
"latex",
"c",
"cpp",
"rust",
"lua",
"haskell",
"java",
"javascript",
"typescript",
"python",
"html",
"css",
"yaml",
"bash",
"json",
"c_sharp",
},
ensure_installed = "all",
highlight = {
enable = true,
additional_vim_regex_highlighting = false,