Syntax tweak in nvim-treesitter

This commit is contained in:
Kevin MacMartin 2024-03-05 13:02:49 -05:00
parent f3ce98466e
commit 221712b26a

View file

@ -9,7 +9,7 @@ if (vim.g.enabletreesitter == 1) then
vim.opt.runtimepath:append(parser_dir)
require'nvim-treesitter.configs'.setup {
require("nvim-treesitter.configs").setup {
ensure_installed = { "bash", "c", "cpp", "git_config", "html", "java", "javascript", "json", "lua", "php", "python", "query", "rust", "toml", "typescript", "vim", "vue" },
sync_install = false,
auto_install = false,