From 6af1770c369a43629c0a9b17235657b73c384d73 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Wed, 8 Jan 2025 11:41:55 -0800 Subject: [PATCH] Update some comments --- neovim/lua/lazy_plugins.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/neovim/lua/lazy_plugins.lua b/neovim/lua/lazy_plugins.lua index bf3e2d2..9904aa7 100644 --- a/neovim/lua/lazy_plugins.lua +++ b/neovim/lua/lazy_plugins.lua @@ -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" }, }, },