7 lines
164 B
Lua
7 lines
164 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.colorcolumn=""
|