neovim/after/ftplugin/pandoc.lua

6 lines
141 B
Lua

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