overhauled plugins

This commit is contained in:
2025-01-21 22:58:44 +11:00
parent f99c76079c
commit 7a32c2fccf
13 changed files with 419 additions and 73 deletions

View File

@@ -0,0 +1,13 @@
return {
"anuvyklack/windows.nvim",
dependencies = {
"anuvyklack/middleclass",
"anuvyklack/animation.nvim"
},
config = function()
vim.o.winwidth = 10
vim.o.winminwidth = 10
vim.o.equalalways = false
require('windows').setup()
end
}