refactor(nvim): replace nvim-treesitter-endwise
with my fork until merge
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m7s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m7s
This commit is contained in:
parent
3cbb3faa5b
commit
07e43f96c3
@ -80,7 +80,10 @@ return {
|
|||||||
event = { "BufReadPre", "BufNewFile", "WinLeave" },
|
event = { "BufReadPre", "BufNewFile", "WinLeave" },
|
||||||
dependencies = {
|
dependencies = {
|
||||||
"nvim-treesitter/nvim-treesitter-textobjects",
|
"nvim-treesitter/nvim-treesitter-textobjects",
|
||||||
"RRethy/nvim-treesitter-endwise",
|
{
|
||||||
|
"PriceHiller/nvim-treesitter-endwise",
|
||||||
|
branch = "fix/iter-matches"
|
||||||
|
},
|
||||||
},
|
},
|
||||||
init = function()
|
init = function()
|
||||||
vim.api.nvim_create_autocmd("FileReadPre", {
|
vim.api.nvim_create_autocmd("FileReadPre", {
|
||||||
|
Loading…
Reference in New Issue
Block a user