Files
2023-11-09 09:39:00 -08:00

16 lines
251 B
Lua

require("no-neck-pain").setup({
buffers = {
scratchPad = {
-- set to `false` to
-- disable auto-saving
enabled = true,
},
bo = {
filetype = "md"
},
},
})
-- run :NoNeckPain on startup
vim.cmd("NoNeckPain")