Skip to content

Commit 66f03f7

Browse files
authored
Merge branch 'nvim-lua:master' into master
2 parents ce1ed7d + 0818fa3 commit 66f03f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ vim.keymap.set('n', '<leader>sd', require('telescope.builtin').diagnostics, { de
293293
-- See `:help nvim-treesitter`
294294
require('nvim-treesitter.configs').setup {
295295
-- Add languages to be installed here that you want installed for treesitter
296-
ensure_installed = { 'c', 'cpp', 'go', 'lua', 'python', 'rust', 'tsx', 'typescript', 'help', 'vim' },
296+
ensure_installed = { 'c', 'cpp', 'go', 'lua', 'python', 'rust', 'tsx', 'typescript', 'vimdoc', 'vim' },
297297

298298
-- Autoinstall languages that are not installed. Defaults to false (but you can change for yourself!)
299299
auto_install = false,

0 commit comments

Comments
 (0)