Updates config for jrnl, nvim and wezterm

This commit is contained in:
Dennis Schoepf 2025-04-02 11:02:59 +02:00
parent f772beb505
commit e832bf57a3
7 changed files with 41 additions and 35 deletions

View file

@ -236,6 +236,7 @@ return {
{ name = "path" },
{ name = "buffer", keyword_length = 3 },
{ name = "luasnip" }, -- For luasnip users.
{ name = "render-markdown" },
}),
})

View file

@ -0,0 +1,8 @@
return {
"MeanderingProgrammer/render-markdown.nvim",
dependencies = { "nvim-treesitter/nvim-treesitter", "echasnovski/mini.icons", "jghauser/follow-md-links.nvim" },
opts = {
ft = { "markdown" },
completions = { lsp = { enabled = true } },
},
}