nvim: replace multiple plugins with render-markdown.nvim
does more stuff too
This commit is contained in:
parent
6f30b69882
commit
49bbe072e8
3 changed files with 8 additions and 8 deletions
|
|
@ -1,3 +0,0 @@
|
|||
return {
|
||||
"bullets-vim/bullets.vim",
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
return {
|
||||
"lukas-reineke/headlines.nvim",
|
||||
dependencies = "nvim-treesitter/nvim-treesitter",
|
||||
config = true
|
||||
}
|
||||
8
stow/.config/nvim/lua/nico/lazy/render-markdown.lua
Normal file
8
stow/.config/nvim/lua/nico/lazy/render-markdown.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
'MeanderingProgrammer/render-markdown.nvim',
|
||||
dependencies = { 'nvim-treesitter/nvim-treesitter', 'nvim-mini/mini.icons' }, -- if you use standalone mini plugins
|
||||
-- dependencies = { 'nvim-treesitter/nvim-treesitter', 'nvim-tree/nvim-web-devicons' }, -- if you prefer nvim-web-devicons
|
||||
---@module 'render-markdown'
|
||||
---@type render.md.UserConfig
|
||||
opts = {},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue