consoildating plugins by function. updated repeat command shortcut

This commit is contained in:
venus
2026-03-23 21:51:07 -05:00
parent 27820d5005
commit 2bad7ec707
9 changed files with 47 additions and 40 deletions

View File

@@ -4,7 +4,7 @@ local nvim_opacity = "0.85"
local default_opacity = "0.6"
-- Function to talk to Kitty
local function set_kitty_opacity(opacity)
print("Attempting to set opacity to: " .. opacity)
-- print("Attempting to set opacity to: " .. opacity)
os.execute("kitty @ set-background-opacity " .. opacity)
end
-- Set up the autocommands