nvim: added treesitter config for v; removed v plugin

This commit is contained in:
Jef Roosens 2022-04-26 17:07:43 +02:00
parent 952755a465
commit 079f20f0ac
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30
3 changed files with 3 additions and 6 deletions

View file

@ -1,3 +1,5 @@
require"nvim-treesitter.configs".setup {
highlight = { enable = true }
}
local parser_config = require "nvim-treesitter.parsers".get_parser_configs()
parser_config.v = {}