Added svelte

This commit is contained in:
Titus Moore 2023-07-24 14:48:11 -04:00
parent 3e5806a139
commit 9cc8144f55
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ vim.keymap.set('n', '<leader>hp', function() require('harpoon.ui').nav_prev() en
require('nvim-treesitter.configs').setup {
-- Add languages to be installed here that you want installed for treesitter
ensure_installed = { 'c', 'cpp', 'c_sharp', 'go', 'lua', 'python', 'rust', 'tsx', 'typescript', 'vimdoc', 'vim', 'php',
'dart', 'zig' },
'dart', 'zig', 'svelte' },
-- Autoinstall languages that are not installed. Defaults to false (but you can change for yourself!)
auto_install = false,