dotfiles/.config/nvim/lua/plugins.lua

9 lines
169 B
Lua
Raw Normal View History

2023-09-21 19:01:37 +02:00
return {
{
"mbbill/undotree",
cmd = { "UndotreeShow", "UndotreeToggle", "UndotreeHide", "UndotreeFocus" },
},
"MunifTanjim/nui.nvim",
"nvim-lua/plenary.nvim",
}