diff options
| author | jdhao <jdhao@hotmail.com> | 2021-08-22 15:29:00 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-08-22 15:29:00 +0800 |
| commit | 3ae5e1e3549078f92617b08258ab2f4e086a8e53 (patch) | |
| tree | 2405476fd89ac9e646cea37d3d6af42bab22cc0c /lua/config/treesitter.lua | |
| parent | 81b6a5e20766c3da131bd43feadff94b0e320e26 (diff) | |
Remove vim parser for treesitter
It is not yet usable: the highlighting is not good compared to regex
based highlighting.
Diffstat (limited to 'lua/config/treesitter.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 11721ec..8927317 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", "vim"}, + ensure_installed = {"python", "cpp", "lua"}, ignore_install = {}, -- List of parsers to ignore installing highlight = { enable = true, -- false will disable the whole extension |
