sync to prepare for switch back to windows
This commit is contained in:
parent
da0937f908
commit
3fdc8e3dc3
8 changed files with 86 additions and 75 deletions
8
lua/custom/plugins/render-markdown.lua
Normal file
8
lua/custom/plugins/render-markdown.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
'MeanderingProgrammer/render-markdown.nvim',
|
||||
opts = {},
|
||||
dependencies = { 'nvim-treesitter/nvim-treesitter', 'echasnovski/mini.nvim' }, -- if you use the mini.nvim suite
|
||||
config = function()
|
||||
require('render-markdown').setup()
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue