plugins: set lazy to true for some md plugins

Co-Authored-by: iGor milhit <igor@milhit.ch>
test
iGor milhit 2023-09-27 15:19:38 +02:00
parent d0d30fea68
commit 5e9994536b
Signed by: igor
GPG Key ID: 692D97C3D0228A99
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
return {
'cameron-wags/rainbow_csv.nvim',
config = true,
lazy = true,
ft = {
'csv',
'tsv',

View File

@ -12,6 +12,7 @@ vim.cmd([[ let g:vim_markdown_frontmatter = 1 ]])
return {
{
"preservim/vim-markdown",
lazy = true,
ft = {
'markdown'
}