chore(nvim): added custom plugins
This commit is contained in:
parent
aaf791cebc
commit
2863dca316
8 changed files with 99 additions and 8 deletions
6
lua/custom/plugins/markdown-toggle.lua
Normal file
6
lua/custom/plugins/markdown-toggle.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
'roodolv/markdown-toggle.nvim',
|
||||
config = function()
|
||||
require('markdown-toggle').setup()
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue