diff options
author | Luiz Antonio Calliari Filho <69800805+luizcalliari@users.noreply.github.com> | 2023-04-10 11:36:21 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-10 11:36:21 -0300 |
commit | e15e50edaf7f77830d8831ba7dc8c6d28906d214 (patch) | |
tree | 18ae0885d751fd034b13436341ebc6caf9f8b550 /init.lua | |
parent | 986aa82cd63a104e0930c17f747518d6449ac11a (diff) | |
parent | 7cecf4fcb1d8ecf577f6ba7422fdec091adbc38e (diff) |
Merge branch 'nvim-lua:master' into master
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |