1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

update treesitter settings

TS highlighting for bash is not so good.
This commit is contained in:
jdhao 2021-08-14 00:00:51 +08:00
parent fd354680c0
commit 4f25c7323e

View File

@ -1,5 +1,5 @@
require'nvim-treesitter.configs'.setup {
ensure_installed = {'python', 'cpp', 'lua', 'bash'},
ensure_installed = {'python', 'cpp', 'lua'},
ignore_install = {}, -- List of parsers to ignore installing
highlight = {
enable = true, -- false will disable the whole extension