dotfiles/default/home/.config/nvim/lua/plugins/edgy.lua
2026-03-02 12:30:16 -08:00

8 lines
116 B
Lua

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