Modify to config
This commit is contained in:
parent
b1ed760c0d
commit
8feed82050
1 changed files with 1 additions and 1 deletions
|
|
@ -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" },
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue