Files
nvim/lua/plugins/ui/snacks.lua
2026-02-22 16:30:46 +00:00

17 lines
224 B
Lua

return {
"folke/snacks.nvim",
config = function()
require("snacks").setup({
bigfile = {},
lazygit = {},
image = {
enabled = true,
math = {
enabled = true,
latex = {},
},
},
})
end,
}