updates options and removes error from treesitter - trying to install 'help'

This commit is contained in:
cfsanderson-fulcrum 2023-04-04 23:47:47 -04:00
parent 2c3654c950
commit 38cbd9b9ff
2 changed files with 5 additions and 4 deletions

View file

@ -223,7 +223,7 @@ vim.keymap.set('n', '<leader>sd', require('telescope.builtin').diagnostics, { de
-- 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', 'help', 'vim' },
ensure_installed = { 'c', 'cpp', 'go', 'lua', 'python', 'rust', 'tsx', 'typescript', 'vim' },
-- Autoinstall languages that are not installed. Defaults to false (but you can change for yourself!)
auto_install = false,