added (commented out) space-based tab section.

This commit is contained in:
Gabe Venberg 2022-08-18 11:02:19 -05:00
parent 6a8ddee8f5
commit f197e20c61

View file

@ -51,8 +51,13 @@ require('packages')
opt.laststatus=2
--tab stuff
opt.tabstop=4
opt.shiftwidth=4
opt.shiftwidth=0 --zero inherrits tabstop.
opt.autoindent=true
opt.smartindent=true
opt.smarttab=true
--space based tabs.
-- opt.softtabstop=-1 --negative value inherrits shiftwidth.
-- opt.expandtab=true
--highlight search results as you type.
opt.hlsearch=true
opt.incsearch=true