neovim/lua/custom/plugins/vim-pencil.lua

10 lines
98 B
Lua
Raw Normal View History

return {
{
"preservim/vim-pencil",
lazy = true,
ft = {
'markdown'
}
}
}