addet markdown preview
This commit is contained in:
parent
ea060a9f3e
commit
f7ae39cd94
1 changed files with 9 additions and 0 deletions
9
lua/pika/plugins/markdown.lua
Normal file
9
lua/pika/plugins/markdown.lua
Normal file
|
@ -0,0 +1,9 @@
|
|||
return{
|
||||
{
|
||||
'MeanderingProgrammer/render-markdown.nvim',
|
||||
opts = {},
|
||||
-- dependencies = { 'nvim-treesitter/nvim-treesitter', 'echasnovski/mini.nvim' }, -- if you use the mini.nvim suite
|
||||
dependencies = { 'nvim-treesitter/nvim-treesitter', 'echasnovski/mini.icons' }, -- if you use standalone mini plugins
|
||||
-- dependencies = { 'nvim-treesitter/nvim-treesitter', 'nvim-tree/nvim-web-devicons' }, -- if you prefer nvim-web-devicons
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue