feat(nvim): Add golang support

This commit is contained in:
Pratik Tripathy
2025-11-23 00:08:09 +05:30
parent 2321cdbb60
commit 595858ba25
6 changed files with 188 additions and 171 deletions

View File

@@ -211,29 +211,27 @@ return {
vim.defer_fn(function()
require("nvim-treesitter.configs").setup({
ensure_installed = {
"regex",
"bash",
"css",
"dockerfile",
"go",
"html",
"javascript",
"json5",
"jsonc",
"lua",
"markdown",
"markdown_inline",
"lua",
"rust",
"typescript",
"javascript",
"bash",
"html",
"css",
"json5",
"yaml",
"sql",
"bash",
"jsonc",
"python",
"dockerfile",
"latex",
"regex",
"rust",
"scss",
"tsx",
"vue",
"sql",
"svelte",
"typst",
"tsx",
"typescript",
"vue",
"yaml",
},
auto_install = true,