chezmoi/private_dot_config/nvim/lua/plugins/others.lua

10 lines
221 B
Lua
Raw Normal View History

2025-07-16 22:24:58 +00:00
return {
'nvim-tree/nvim-web-devicons', -- use devicons
{
'luukvbaal/stabilize.nvim', -- to fix my fucking headache when openclosed panes
config = function()
require('stabilize').setup()
end,
},
}