dotfiles/.config/nvim/lua/plugins/vim-pencil.lua

8 lines
166 B
Lua

return {
"preservim/vim-pencil",
ft = { "markdown", "tex" },
enabled = true,
-- init = function()
-- vim.g["pencil#wrapModeDefault"] = "soft"
-- end,
}