feat: add neorg

pull/99/head
fm39hz-workstation 2024-05-24 14:20:46 +07:00 committed by fm39hz-laptop
parent 6873876187
commit abbde44113
1 changed files with 16 additions and 11 deletions

View File

@ -20,25 +20,30 @@ return {
"nvim-treesitter/nvim-treesitter",
},
},
{
"vhyrro/luarocks.nvim",
lazy = true,
priority = 1001,
opts = {
rocks = { "magick" },
},
},
{
"nvim-neorg/neorg",
dependencies = { "luarocks.nvim" },
lazy = false,
version = "*",
},
{
"3rd/image.nvim",
ft = { "markdown", "quarto", "vimwiki" },
dependencies = {
{
"vhyrro/luarocks.nvim",
lazy = true,
priority = 1001,
opts = {
rocks = { "magick" },
},
},
},
dependencies = { "luarocks.nvim" },
opts = {
backend = "kitty",
integrations = {
markdown = {
enabled = true,
only_render_image_at_cursor = true,
only_render_image_at_cursor = false,
filetypes = { "markdown", "vimwiki", "quarto" },
},
},