mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2025-01-10 10:57:34 +00:00
Update some comments
This commit is contained in:
parent
aa3cf08262
commit
6af1770c36
@ -106,7 +106,7 @@ return {
|
|||||||
"https://github.com/tpope/vim-fugitive",
|
"https://github.com/tpope/vim-fugitive",
|
||||||
tag = utils.map_version_rule({
|
tag = utils.map_version_rule({
|
||||||
[">=0.9.2"] = utils.nil_val,
|
[">=0.9.2"] = utils.nil_val,
|
||||||
-- HACK: Pinning to avoid neovim bug https://github.com/neovim/neovim/issues/10121
|
-- Pinning to avoid neovim bug https://github.com/neovim/neovim/issues/10121
|
||||||
-- when used in status line.
|
-- when used in status line.
|
||||||
["<0.9.2"] = "v3.6",
|
["<0.9.2"] = "v3.6",
|
||||||
}),
|
}),
|
||||||
@ -713,6 +713,7 @@ return {
|
|||||||
require("plugins.copilot")
|
require("plugins.copilot")
|
||||||
end,
|
end,
|
||||||
dependencies = {
|
dependencies = {
|
||||||
|
-- To avoid conflicts with Ctrl+F, load vim-rsi first
|
||||||
{ "https://github.com/tpope/vim-rsi" },
|
{ "https://github.com/tpope/vim-rsi" },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user