initial commit
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
return {
|
||||
-- Better highlighting and parsing
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
build = ":TSUpdate",
|
||||
config = function()
|
||||
require("nvim-treesitter.config").setup({
|
||||
highlight = { enabled = true },
|
||||
additional_vim_regex_highlighting = false,
|
||||
indent = { enabled = true },
|
||||
ensure_installed = {
|
||||
"go",
|
||||
"gomod",
|
||||
"gosum",
|
||||
"gowork",
|
||||
"typescript",
|
||||
"tsx",
|
||||
"javascript",
|
||||
"json",
|
||||
"lua",
|
||||
"vimdoc",
|
||||
"markdown",
|
||||
"yaml",
|
||||
"bash",
|
||||
},
|
||||
})
|
||||
end,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user