Modify to config

This commit is contained in:
Joey Yakimowich-Payne 2026-01-25 22:10:34 -07:00
commit 8feed82050

View file

@ -850,7 +850,7 @@ end
EOF EOF
lua << EOF lua << EOF
require'nvim-treesitter.configs'.setup { require'nvim-treesitter.config'.setup {
-- A list of parser names, or "all" (the four listed parsers should always be installed) -- A list of parser names, or "all" (the four listed parsers should always be installed)
ensure_installed = { "c", "lua", "vim", "vimdoc", "query", "markdown", "markdown_inline", "go" }, ensure_installed = { "c", "lua", "vim", "vimdoc", "query", "markdown", "markdown_inline", "go" },