aboutsummaryrefslogtreecommitdiff
path: root/lua/config/treesitter.lua
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-07-30 01:50:20 +0800
committerjdhao <jdhao@hotmail.com>2021-07-30 01:50:20 +0800
commite4cfefe76b61457142acbc1dac9dbf1cb98b5bd4 (patch)
tree194b8f80604eabda45f69a0e740f97a12fd33862 /lua/config/treesitter.lua
parent3f0c6650f2ac5746dafdc866261e6cd8aa3cef52 (diff)
chore: remove trailing sapces
Diffstat (limited to 'lua/config/treesitter.lua')
-rw-r--r--lua/config/treesitter.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/lua/config/treesitter.lua b/lua/config/treesitter.lua
index dc03fdb..91da568 100644
--- a/lua/config/treesitter.lua
+++ b/lua/config/treesitter.lua
@@ -1,8 +1,8 @@
require'nvim-treesitter.configs'.setup {
ensure_installed = {'python', 'cpp', 'lua', 'bash'},
ignore_install = {}, -- List of parsers to ignore installing
- highlight = {
+ highlight = {
enable = true, -- false will disable the whole extension
disable = {}, -- list of language that will be disabled
- },
-}
+ },
+}