Denilson
Results
2
comments of
Denilson
For my case, the delay was caused by treesitter config where highlight is enabled ``` require('nvim-treesitter.configs').setup { ensure_installed = { 'bash', 'c', 'html', 'lua', 'markdown', 'vim', 'vimdoc' }, -- Autoinstall...
Some tips from the treesitter official repo ``` highlight = { enable = true, -- NOTE: these are the names of the parsers and not the filetype. (for example if...