Add smartcase option

This commit is contained in:
Andrew Balmos 2021-10-21 17:36:23 -04:00 committed by siduck76
parent 56d05ac9d9
commit 67962828bb
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ M.options = {
ruler = false,
hidden = true,
ignorecase = true,
smartcase = true,
mapleader = " ",
mouse = "a",
number = true,

View File

@ -21,6 +21,7 @@ opt.fillchars = { eob = " " }
opt.hidden = options.hidden
opt.ignorecase = options.ignorecase
opt.smartcase = options.smartcase
opt.mouse = options.mouse
-- Numbers