enable retical and turn off smartcase

pull/382/head
Nathan Justinian 2 years ago committed by GitHub
parent 455e5f3cd9
commit 7e3914a422
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -553,5 +553,9 @@ vim.keymap.set('n', '<c-j>', ':wincmd j<CR>', {silent = true})
vim.keymap.set('n', '<c-h>', ':wincmd h<CR>', {silent = true})
vim.keymap.set('n', '<c-l>', ':wincmd l<CR>', {silent = true})
vim.o.cursorline = true
vim.o.cursorcolumn = true
vim.o.smartcase = false
-- The line beneath this is called `modeline`. See `:help modeline`
-- vim: ts=2 sts=2 sw=2 et

Loading…
Cancel
Save