Huge changes. Changed init.lua to have my settings.lua. Cleaned up a few plugins. What a mess

This commit is contained in:
Norm Rasmussen
2023-08-31 17:48:30 -04:00
parent 1ee43ea0ae
commit c08235014a
9 changed files with 23623 additions and 45 deletions

View File

@ -36,8 +36,10 @@ opt.number = true -- Show line number
opt.relativenumber = true -- Show Current Line with Relative numbers above and below cursor.
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 = 120
opt.colorcolumn = '99'
opt.textwidth = 100
-- opt.cc = '+1,+2,+3' -- Line length marker at 80 columns
-- opt.tw = 120
opt.splitright = true -- Vertical split to the right
opt.splitbelow = true -- Horizontal split to the bottom
opt.ignorecase = true -- Ignore case letters when search