neovim/after/ftplugin/markdown.lua

6 lines
123 B
Lua

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