Some checks are pending
Check Lua Formatting in MyRepo / Stylua Check (push) Waiting to run
10 lines
209 B
Lua
Executable file
10 lines
209 B
Lua
Executable file
return {
|
|
'MeanderingProgrammer/render-markdown.nvim',
|
|
ft = { 'markdown' },
|
|
dependencies = {
|
|
'nvim-tree/nvim-web-devicons',
|
|
},
|
|
opts = {
|
|
-- Put any overrides here only if you need them.
|
|
},
|
|
}
|