with markdown and obsidian
This commit is contained in:
parent
d78e602f0f
commit
5872e327eb
7 changed files with 81 additions and 5 deletions
11
lua/custom/plugins/markdown.lua
Normal file
11
lua/custom/plugins/markdown.lua
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
return {
|
||||
'MeanderingProgrammer/markdown.nvim',
|
||||
name = 'render-markdown', -- Only needed if you have another plugin named markdown.nvim
|
||||
dependencies = {
|
||||
'nvim-treesitter/nvim-treesitter', -- Mandatory
|
||||
'nvim-tree/nvim-web-devicons', -- Optional but recommended
|
||||
},
|
||||
config = function()
|
||||
require('render-markdown').setup({})
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue