chore(nvim): added custom plugins

This commit is contained in:
Juliano Barbosa 2024-08-22 16:33:31 -03:00
parent aaf791cebc
commit 2863dca316
No known key found for this signature in database
GPG key ID: EB8B440F57360B3D
8 changed files with 99 additions and 8 deletions

View file

@ -0,0 +1,6 @@
return {
'ixru/nvim-markdown',
config = function()
vim.g.markdown_folding = 1
end,
}