Update some settings for markdown files. Removed a few plugins.

This commit is contained in:
Norm Rasmussen
2023-07-27 21:56:08 -04:00
parent 40ee634f58
commit 5be1c4a058
6 changed files with 42 additions and 41 deletions

View File

@ -24,7 +24,7 @@ opt.shadafile = ""
opt.shell = "/bin/zsh"
opt.updatetime = 200
opt.cursorline = true
g.markdown_folding = 1
--g.markdown_folding = 1
opt.spell=true
opt.spelllang = 'en_us'
cmd [[ autocmd BufWritePre * :%s/\s\+$//e ]]