fix nvim breaking changes

This commit is contained in:
Quentin Boyer 2021-12-14 19:06:36 +01:00
parent d2f7a45d74
commit ef6a2ccad3
3 changed files with 12 additions and 11 deletions

View file

@ -1,11 +1,11 @@
local parser_config = require("nvim-treesitter.parsers").get_parser_configs()
--[[ local parser_config = require("nvim-treesitter.parsers").get_parser_configs()
parser_config.rsh = {
install_info = {
url = "https://github.com/traxys/tree-sitter-rsh/", -- local path or git repo
files = { "src/parser.c" },
},
}
]]
require("nvim-treesitter.configs").setup({
ensure_installed = {
"rust",
@ -20,7 +20,7 @@ require("nvim-treesitter.configs").setup({
"vue",
"javascript",
"dart",
"rsh",
--"rsh",
},
ident = {
enable = true,