diff options
| author | jdhao <jdhao@hotmail.com> | 2021-08-14 00:00:51 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-08-14 00:01:09 +0800 |
| commit | 4f25c7323e73a5ab541c534ca859e83fe1232d4a (patch) | |
| tree | 413cb4a7e6939e255d85ad87dfe9c48602068e2e /lua | |
| parent | fd354680c061ef6f55f56a792721a89f8af882b7 (diff) | |
update treesitter settings
TS highlighting for bash is not so good.
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/config/treesitter.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/config/treesitter.lua b/lua/config/treesitter.lua index 91da568..a6ac7f7 100644 --- a/lua/config/treesitter.lua +++ b/lua/config/treesitter.lua @@ -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 |
