Skip to content

Commit 074d209

Browse files
committed
1 parent f47a0ec commit 074d209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ vim.opt.confirm = true
154154

155155
-- [[ Basic Keymaps ]]
156156
-- See `:help vim.keymap.set()`
157-
opt.smartcase = true
157+
vim.opt.smartcase = true
158158
-- Clear highlights on search when pressing <Esc> in normal mode
159159
-- See `:help hlsearch`
160160
-- vim.keymap.set('n', '<Esc>', '<cmd>nohlsearch<CR>')

0 commit comments

Comments
 (0)