Added dart

This commit is contained in:
Titus Moore 2023-04-25 11:33:46 -04:00
parent 125979e2b6
commit 6046259fae
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ vim.keymap.set('i', '<C-q>', 'copilot#Accept("<CR>")', { expr = true, silent = t
-- See `:help nvim-treesitter`
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', 'typescript', 'vimdoc', 'vim', 'php' },
ensure_installed = { 'c', 'cpp', 'go', 'lua', 'python', 'rust', 'tsx', 'typescript', 'vimdoc', 'vim', 'php', 'dart' },
-- Autoinstall languages that are not installed. Defaults to false (but you can change for yourself!)
auto_install = false,