summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorLuiz Antonio Calliari Filho <69800805+luizcalliari@users.noreply.github.com>2023-04-10 11:36:21 -0300
committerGitHub <noreply@github.com>2023-04-10 11:36:21 -0300
commite15e50edaf7f77830d8831ba7dc8c6d28906d214 (patch)
tree18ae0885d751fd034b13436341ebc6caf9f8b550 /init.lua
parent986aa82cd63a104e0930c17f747518d6449ac11a (diff)
parent7cecf4fcb1d8ecf577f6ba7422fdec091adbc38e (diff)
Merge branch 'nvim-lua:master' into master
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index b4a7881..7ee7cee 100644
--- a/init.lua
+++ b/init.lua
@@ -293,7 +293,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', 'vimdoc', 'vim' },
-- Autoinstall languages that are not installed. Defaults to false (but you can change for yourself!)
auto_install = false,