mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2025-01-09 22:37:37 +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",
|
||||
tag = utils.map_version_rule({
|
||||
[">=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.
|
||||
["<0.9.2"] = "v3.6",
|
||||
}),
|
||||
@ -713,6 +713,7 @@ return {
|
||||
require("plugins.copilot")
|
||||
end,
|
||||
dependencies = {
|
||||
-- To avoid conflicts with Ctrl+F, load vim-rsi first
|
||||
{ "https://github.com/tpope/vim-rsi" },
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user