mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
Syntax tweak in nvim-treesitter
This commit is contained in:
parent
f3ce98466e
commit
221712b26a
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue