updated plugins

This commit is contained in:
venus
2026-03-10 00:24:22 -05:00
parent 99638caa52
commit 6fbf3b768f
3 changed files with 11 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
-- [[dynamicallt change kitty window opacity when opening and closing]]
-- [[dynamically change kitty window opacity when opening and closing]]
-- Define the target opacities
local nvim_opacity = "0.85"
local default_opacity = "0.6"

View File

@@ -55,3 +55,7 @@ vim.o.confirm = true
vim.opt.termguicolors = true -- required for colorizer
--set background color on entering and leaving nvim
require('autocommands')