overhauled plugins
This commit is contained in:
13
lua/haelnorr/lazy/windows.lua
Normal file
13
lua/haelnorr/lazy/windows.lua
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user