Updated some plugins, including python's f-string plugin. A few other changes.

This commit is contained in:
Norm Rasmussen
2023-06-29 17:30:38 -04:00
parent cfc13d1567
commit c901bb0dc1
3 changed files with 16 additions and 9 deletions

View File

@ -37,7 +37,7 @@ opt.relativenumber = true -- Show Current Line with Relative numbers above
opt.showmatch = true -- Highlight matching parenthesis
opt.foldmethod = "syntax" -- Enable folding (default 'foldmarker')
opt.cc = '+1,+2,+3' -- Line length marker at 80 columns
opt.tw = 80
--opt.tw = 80
opt.splitright = true -- Vertical split to the right
opt.splitbelow = true -- Horizontal split to the bottom
opt.ignorecase = true -- Ignore case letters when search