Updates config for jrnl, nvim and wezterm
This commit is contained in:
parent
f772beb505
commit
e832bf57a3
7 changed files with 41 additions and 35 deletions
|
|
@ -236,6 +236,7 @@ return {
|
|||
{ name = "path" },
|
||||
{ name = "buffer", keyword_length = 3 },
|
||||
{ name = "luasnip" }, -- For luasnip users.
|
||||
{ name = "render-markdown" },
|
||||
}),
|
||||
})
|
||||
|
||||
|
|
|
|||
8
home/modules/nvim/config/lua/plugins/markdown.lua
Normal file
8
home/modules/nvim/config/lua/plugins/markdown.lua
Normal 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 } },
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue