nvim/after/plugin/notes.lua

7 lines
112 B
Lua

-- Configuration of note taking setup
local mkdnflow = require("mkdnflow")
mkdnflow.setup({
wrap = true
})