mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
feat(nvim): Add golang support
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user