nvim-config/lua/plugins/snacks.lua
2025-10-17 15:04:25 +09:00

7 lines
84 B
Lua

return {
{
'folke/snacks.nvim',
priority = 1000,
lazy = false,
},
}