Add smartcase option
This commit is contained in:
parent
56d05ac9d9
commit
67962828bb
|
@ -12,6 +12,7 @@ M.options = {
|
||||||
ruler = false,
|
ruler = false,
|
||||||
hidden = true,
|
hidden = true,
|
||||||
ignorecase = true,
|
ignorecase = true,
|
||||||
|
smartcase = true,
|
||||||
mapleader = " ",
|
mapleader = " ",
|
||||||
mouse = "a",
|
mouse = "a",
|
||||||
number = true,
|
number = true,
|
||||||
|
|
|
@ -21,6 +21,7 @@ opt.fillchars = { eob = " " }
|
||||||
|
|
||||||
opt.hidden = options.hidden
|
opt.hidden = options.hidden
|
||||||
opt.ignorecase = options.ignorecase
|
opt.ignorecase = options.ignorecase
|
||||||
|
opt.smartcase = options.smartcase
|
||||||
opt.mouse = options.mouse
|
opt.mouse = options.mouse
|
||||||
|
|
||||||
-- Numbers
|
-- Numbers
|
||||||
|
|
Loading…
Reference in New Issue