mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-11-14 04:11:13 +00:00
[neovim] Update treesitter config
This commit is contained in:
parent
069882fcb8
commit
92e128c6f4
@ -1,15 +1,26 @@
|
||||
require("nvim-treesitter.configs").setup({
|
||||
ensure_installed = {
|
||||
"lua",
|
||||
"markdown",
|
||||
"markdown_inline",
|
||||
"bash",
|
||||
"diff",
|
||||
"python",
|
||||
"go",
|
||||
"gomod",
|
||||
"gowork",
|
||||
"java",
|
||||
"javascript",
|
||||
"json",
|
||||
"kotlin",
|
||||
"lua",
|
||||
"make",
|
||||
"markdown",
|
||||
"markdown_inline",
|
||||
"python",
|
||||
"regex",
|
||||
"sql",
|
||||
"terraform",
|
||||
"tsx",
|
||||
"typescript",
|
||||
"vim",
|
||||
"vimdoc",
|
||||
"yaml",
|
||||
},
|
||||
highlight = {
|
||||
|
Loading…
Reference in New Issue
Block a user