Skip to content
Snippets Groups Projects
Commit a37e5b3f authored by codecraft's avatar codecraft :crocodile:
Browse files

remove help parser

parent d036fd14
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
-- 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', 'help', 'vim', 'html' },
ensure_installed = { 'c', 'cpp', 'go', 'lua', 'python', 'rust', 'typescript', 'vim', 'html' },
highlight = { enable = true },
indent = { enable = true, disable = { 'python' } },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment