mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
Add diff and scss to the list of auto-downloaded treesitter parsers
This commit is contained in:
parent
571ec0a009
commit
37be82d294
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ if (vim.g.enabletreesitter == 1) then
|
|||
vim.opt.runtimepath:append(parser_dir)
|
||||
|
||||
require("nvim-treesitter.configs").setup({
|
||||
ensure_installed = { "bash", "c", "cpp", "css", "git_config", "go", "html", "java", "javascript", "json", "lua", "php", "python", "query", "rust", "toml", "typescript", "vim", "vimdoc", "vue" },
|
||||
ensure_installed = { "bash", "c", "cpp", "css", "diff", "git_config", "go", "html", "java", "javascript", "json", "lua", "php", "python", "query", "rust", "scss", "toml", "typescript", "vim", "vimdoc", "vue" },
|
||||
sync_install = true,
|
||||
auto_install = true,
|
||||
parser_install_dir = parser_dir,
|
||||
|
|
Loading…
Reference in a new issue