markdown: enable autowriteall for markdown files

- Enables `autowriteall` for markdown files (pandoc filteype, as I use
  the vim-pandoc plugin).
- Modify the rules to ignore spell files.

Co-Authored-by: iGor milhit <igor@milhit.ch>
iGor milhit 2023-12-08 14:25:14 +01:00
parent ca0d3e6b0e
commit 8875a5aad1
Signed by: igor
GPG Key ID: 692D97C3D0228A99
2 changed files with 7 additions and 1 deletions

2
.gitignore vendored
View File

@ -6,7 +6,7 @@ autoload
.netrwhist
# spell *.spl
spell/
spell/*
tags
test.sh

View File

@ -0,0 +1,6 @@
-- Specific settings for markdown files (pandoc filetype)
-- Enable the autowrite feature for all commands
-- See :h awa
vim.opt.awa=true
vim.opt.colorcolumn=""