aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-08-14 00:00:51 +0800
committerjdhao <jdhao@hotmail.com>2021-08-14 00:01:09 +0800
commit4f25c7323e73a5ab541c534ca859e83fe1232d4a (patch)
tree413cb4a7e6939e255d85ad87dfe9c48602068e2e
parentfd354680c061ef6f55f56a792721a89f8af882b7 (diff)
update treesitter settings
TS highlighting for bash is not so good.
-rw-r--r--lua/config/treesitter.lua2
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