feat: add new markdown plugins
This commit is contained in:
parent
16cf11e6b7
commit
6321325338
4
lua/custom/plugins/markdown-mode.lua
Normal file
4
lua/custom/plugins/markdown-mode.lua
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
return {
|
||||||
|
"https://github.com/tadmccorkle/markdown.nvim",
|
||||||
|
opts = {},
|
||||||
|
}
|
10
lua/custom/plugins/markdown.lua
Normal file
10
lua/custom/plugins/markdown.lua
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
return {
|
||||||
|
'MeanderingProgrammer/markdown.nvim',
|
||||||
|
name = 'render-markdown', -- Only needed if you have another plugin named markdown.nvim
|
||||||
|
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
|
||||||
|
config = function()
|
||||||
|
require('render-markdown').setup({})
|
||||||
|
end,
|
||||||
|
}
|
4
lua/custom/plugins/no-neck.lua
Normal file
4
lua/custom/plugins/no-neck.lua
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
return {
|
||||||
|
"shortcuts/no-neck-pain.nvim",
|
||||||
|
opts = {},
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user