Mini Plugins

This commit is contained in:
Norm Rasmussen
2023-01-16 16:47:30 -05:00
parent 790795c622
commit 22aa9ed0fc
8 changed files with 184 additions and 127 deletions

View File

@ -26,7 +26,7 @@ opt.cursorline = true
g.markdown_folding = 1
opt.spell=true
opt.spelllang = 'en_us'
cmd [[ autocmd FileType md autocmd BufWritePre * :%s/\s\+$//e ]]
cmd [[ autocmd BufWritePre * :%s/\s\+$//e ]]
-----------------------------------------------------------
-- Neovim UI
-----------------------------------------------------------