Skip to content

Commit ad0fa7d

Browse files
author
Maximiliano Greco
authored
enh(treesitter): add help into ensure_installed (#39)
closes #38
1 parent d5bbf7c commit ad0fa7d

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
@@ -216,7 +216,7 @@ vim.keymap.set('n', '<leader>sd', require('telescope.builtin').diagnostics, { de
216216
-- See `:help nvim-treesitter`
217217
require('nvim-treesitter.configs').setup {
218218
-- Add languages to be installed here that you want installed for treesitter
219-
ensure_installed = { 'c', 'cpp', 'go', 'lua', 'python', 'rust', 'typescript' },
219+
ensure_installed = { 'c', 'cpp', 'go', 'lua', 'python', 'rust', 'typescript', 'help' },
220220

221221
highlight = { enable = true },
222222
indent = { enable = true },

0 commit comments

Comments
 (0)