Skip to content

Commit

Permalink
enh(treesitter): add help into ensure_installed (#39)
Browse files Browse the repository at this point in the history
closes #38
  • Loading branch information
Maximiliano Greco authored Dec 7, 2022
1 parent d5bbf7c commit ad0fa7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,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', 'typescript' },
ensure_installed = { 'c', 'cpp', 'go', 'lua', 'python', 'rust', 'typescript', 'help' },

highlight = { enable = true },
indent = { enable = true },
Expand Down

0 comments on commit ad0fa7d

Please sign in to comment.