markdown: try to use vim-pencil

Co-Authored-by: iGor milhit <igor@milhit.ch>
test
iGor milhit 2023-09-28 14:08:49 +02:00
parent 69b62150a5
commit 76f076eb72
Signed by: igor
GPG Key ID: 692D97C3D0228A99
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
return {
{
"preservim/vim-pencil",
lazy = true,
ft = {
'markdown'
}
}
}