diff options
| author | jdhao <jdhao@hotmail.com> | 2021-08-23 22:50:30 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-08-23 22:50:30 +0800 |
| commit | 9f2b8460118357167430d547f3445675ebb6757c (patch) | |
| tree | 9548203ee1f9f9261cd5ab2d5013bc7b7dbf310b /lua | |
| parent | 06ad26ce44c2a12b71f5959551397fee97ac2230 (diff) | |
Add treesitter parser for vim script again
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 8927317..11721ec 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"}, + ensure_installed = {"python", "cpp", "lua", "vim"}, ignore_install = {}, -- List of parsers to ignore installing highlight = { enable = true, -- false will disable the whole extension |
