nvim: move to lazy package manager
This commit is contained in:
12
.config/nvim/lua/plugins/windows.lua
Normal file
12
.config/nvim/lua/plugins/windows.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
return {
|
||||
'anuvyklack/windows.nvim',
|
||||
dependencies = {
|
||||
'anuvyklack/middleclass',
|
||||
'anuvyklack/animation.nvim'
|
||||
},
|
||||
config = function()
|
||||
vim.o.winwidth = 10
|
||||
vim.o.winminwidth = 10
|
||||
require("windows").setup()
|
||||
end
|
||||
}
|
||||
Reference in New Issue
Block a user