mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-15 11:50:21 +01:00
fix nvim breaking changes
This commit is contained in:
parent
d2f7a45d74
commit
ef6a2ccad3
3 changed files with 12 additions and 11 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue