Neovim/lua/plugins/eagle.lua

11 lines
184 B
Lua
Raw Normal View History

2024-05-12 17:38:26 +00:00
return {
{
"soulis-1256/eagle.nvim",
config = function()
require("eagle").setup({
border = "none",
})
end,
},
}