added inline snacks latex rendering for norg
This commit is contained in:
@@ -10,6 +10,7 @@ return {
|
|||||||
ensure_installed = {
|
ensure_installed = {
|
||||||
"bash",
|
"bash",
|
||||||
"html",
|
"html",
|
||||||
|
"latex",
|
||||||
"javascript",
|
"javascript",
|
||||||
"json",
|
"json",
|
||||||
"lua",
|
"lua",
|
||||||
|
|||||||
14
lua/plugins/ui/snacks.lua
Normal file
14
lua/plugins/ui/snacks.lua
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
return {
|
||||||
|
"folke/snacks.nvim",
|
||||||
|
config = function()
|
||||||
|
require("snacks").setup({
|
||||||
|
image = {
|
||||||
|
enabled = true,
|
||||||
|
math = {
|
||||||
|
enabled = true,
|
||||||
|
latex = {},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
})
|
||||||
|
end,
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user