include svelte for treesitter

This commit is contained in:
Nick Burt 2024-01-27 17:12:55 -06:00
parent f047e7db9c
commit 1766435298
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ return {
vim.defer_fn(function()
require('nvim-treesitter.configs').setup {
-- Add languages to be installed here that you want installed for treesitter
ensure_installed = { 'c', 'cpp', 'go', 'lua', 'python', 'rust', 'tsx', 'javascript', 'typescript', 'vimdoc', 'vim', 'bash' },
ensure_installed = { 'c', 'cpp', 'go', 'lua', 'python', 'rust', 'tsx', 'javascript', 'typescript', 'svelte', 'vimdoc', 'vim', 'bash' },
auto_install = false,
sync_install = false,