neovim/after/ftplugin/pandoc.lua

7 lines
163 B
Lua

-- Specific settings for markdown files (pandoc filetype)
-- Enable the autowrite feature for all commands
-- See :h awa
vim.opt.awa=true
vim.opt.foldlevel = 2