From 67962828bb04d38eb7e63753c0fe3d23cdee4078 Mon Sep 17 00:00:00 2001 From: Andrew Balmos Date: Thu, 21 Oct 2021 17:36:23 -0400 Subject: [PATCH] Add smartcase option --- lua/core/default_config.lua | 1 + lua/core/options.lua | 1 + 2 files changed, 2 insertions(+) diff --git a/lua/core/default_config.lua b/lua/core/default_config.lua index b66aae1..ac954d4 100644 --- a/lua/core/default_config.lua +++ b/lua/core/default_config.lua @@ -12,6 +12,7 @@ M.options = { ruler = false, hidden = true, ignorecase = true, + smartcase = true, mapleader = " ", mouse = "a", number = true, diff --git a/lua/core/options.lua b/lua/core/options.lua index 6633d33..2438b16 100644 --- a/lua/core/options.lua +++ b/lua/core/options.lua @@ -21,6 +21,7 @@ opt.fillchars = { eob = " " } opt.hidden = options.hidden opt.ignorecase = options.ignorecase +opt.smartcase = options.smartcase opt.mouse = options.mouse -- Numbers