From 7422d7446e61fa957fe35c0afb619a00468cb944 Mon Sep 17 00:00:00 2001 From: andrzej Date: Thu, 2 May 2024 20:11:43 +0200 Subject: [PATCH] disable modes --- bgs | 2 +- nvim/.config/nvim/lua/plugins/modes.lua | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/bgs b/bgs index c586558..cd1971a 160000 --- a/bgs +++ b/bgs @@ -1 +1 @@ -Subproject commit c5865587b2002f6a3acbafa865f62263c3860385 +Subproject commit cd1971abc93ce4f3c6fe42da7fccbbbe6b44d6d2 diff --git a/nvim/.config/nvim/lua/plugins/modes.lua b/nvim/.config/nvim/lua/plugins/modes.lua index 462f6fb..21436f3 100644 --- a/nvim/.config/nvim/lua/plugins/modes.lua +++ b/nvim/.config/nvim/lua/plugins/modes.lua @@ -1,11 +1,11 @@ return { - "mvllow/modes.nvim", - tag = "v0.2.0", - config = function() - require("modes").setup({ - opacity = { - -- visual = 0, - }, - }) - end, + -- "mvllow/modes.nvim", + -- tag = "v0.2.0", + -- config = function() + -- require("modes").setup({ + -- opacity = { + -- -- visual = 0, + -- }, + -- }) + -- end, }