added inline snacks latex rendering for norg

This commit is contained in:
2026-02-20 15:12:27 +00:00
parent c43cfedb3b
commit 4f87617051
2 changed files with 15 additions and 0 deletions

14
lua/plugins/ui/snacks.lua Normal file
View File

@@ -0,0 +1,14 @@
return {
"folke/snacks.nvim",
config = function()
require("snacks").setup({
image = {
enabled = true,
math = {
enabled = true,
latex = {},
},
},
})
end,
}