Skip to content

Commit

Permalink
[nvim] Disable smartcase
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Apr 4, 2024
1 parent f1da00d commit 643e160
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion home/neovim/extra-config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ vim.o.relativenumber = true
-- search
vim.o.hlsearch = true
vim.o.ignorecase = true
vim.o.smartcase = true

-- arrows
vim.keymap.set("n", "<left>", '<cmd>echo "Use h to move!!"<CR>')
Expand Down

0 comments on commit 643e160

Please sign in to comment.