dotfiles/default/config/nvim/lua/plugins/edgy.lua

8 lines
116 B
Lua

return {
"folke/edgy.nvim",
event = "VeryLazy",
opts = {
laststatus = 3,
splitkeep = "screen",
},
}