mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
Add treesitter parser for vim script again
This commit is contained in:
parent
06ad26ce44
commit
9f2b846011
@ -1,5 +1,5 @@
|
|||||||
require("nvim-treesitter.configs").setup({
|
require("nvim-treesitter.configs").setup({
|
||||||
ensure_installed = {"python", "cpp", "lua"},
|
ensure_installed = {"python", "cpp", "lua", "vim"},
|
||||||
ignore_install = {}, -- List of parsers to ignore installing
|
ignore_install = {}, -- List of parsers to ignore installing
|
||||||
highlight = {
|
highlight = {
|
||||||
enable = true, -- false will disable the whole extension
|
enable = true, -- false will disable the whole extension
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user