diff options
| author | jdhao <jdhao@hotmail.com> | 2021-08-18 01:43:08 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-08-18 01:43:08 +0800 |
| commit | bac94b47a085583db5b200c5d0fdf47d8cff4139 (patch) | |
| tree | 24342b5767a853defb7cccdd77aed288575479c9 /lua/config/treesitter.lua | |
| parent | 61d6045e671853c81d7a7853ef7f4ef4674366a8 (diff) | |
Format with stylua
Diffstat (limited to 'lua/config/treesitter.lua')
| -rw-r--r-- | lua/config/treesitter.lua | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lua/config/treesitter.lua b/lua/config/treesitter.lua index a6ac7f7..574b763 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'}, - ignore_install = {}, -- List of parsers to ignore installing +require("nvim-treesitter.configs").setup({ + ensure_installed = { "python", "cpp", "lua" }, + ignore_install = {}, -- List of parsers to ignore installing highlight = { - enable = true, -- false will disable the whole extension - disable = {}, -- list of language that will be disabled + enable = true, -- false will disable the whole extension + disable = {}, -- list of language that will be disabled }, -} +}) |
