mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 00:49:03 +02:00
fix(plugin): add nvim-treesitter-context rename warning
This commit is contained in:
parent
72f3cc684b
commit
db5d28b039
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ M.renames = {
|
||||||
["windwp/nvim-spectre"] = "nvim-pack/nvim-spectre",
|
["windwp/nvim-spectre"] = "nvim-pack/nvim-spectre",
|
||||||
["jose-elias-alvarez/null-ls.nvim"] = "nvimtools/none-ls.nvim",
|
["jose-elias-alvarez/null-ls.nvim"] = "nvimtools/none-ls.nvim",
|
||||||
["null-ls.nvim"] = "none-ls.nvim",
|
["null-ls.nvim"] = "none-ls.nvim",
|
||||||
|
["romgrk/nvim-treesitter-context"] = "nvim-treesitter/nvim-treesitter-context",
|
||||||
}
|
}
|
||||||
|
|
||||||
function M.setup()
|
function M.setup()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue