Skip to content

Commit 0fa9f3c

Browse files
restrayTimothée Belhomme
authored and
Timothée Belhomme
committed
help treesitter module has been renamed to vimdoc in master (nvim-lua#248)
1 parent c26ad70 commit 0fa9f3c

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
@@ -288,7 +288,7 @@ vim.keymap.set('n', '<leader>sd', require('telescope.builtin').diagnostics, { de
288288
-- See `:help nvim-treesitter`
289289
require('nvim-treesitter.configs').setup {
290290
-- Add languages to be installed here that you want installed for treesitter
291-
ensure_installed = { 'c', 'cpp', 'go', 'lua', 'python', 'rust', 'tsx', 'typescript', 'help', 'vim' },
291+
ensure_installed = { 'c', 'cpp', 'go', 'lua', 'python', 'rust', 'tsx', 'typescript', 'vimdoc', 'vim' },
292292

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

0 commit comments

Comments
 (0)