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>
parent
ca0d3e6b0e
commit
8875a5aad1
|
@ -6,7 +6,7 @@ autoload
|
||||||
.netrwhist
|
.netrwhist
|
||||||
|
|
||||||
# spell *.spl
|
# spell *.spl
|
||||||
spell/
|
spell/*
|
||||||
|
|
||||||
tags
|
tags
|
||||||
test.sh
|
test.sh
|
||||||
|
|
|
@ -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=""
|
Loading…
Reference in New Issue