chore: neovim smartcase
parent
54f211de16
commit
fa249ef077
|
@ -5,6 +5,10 @@ vim.opt.title = true
|
|||
vim.opt.virtualedit = "block"
|
||||
vim.opt.whichwrap = "<,>,[,]"
|
||||
|
||||
-- Case character
|
||||
vim.opt.ignorecase = true
|
||||
vim.opt.smartcase = true
|
||||
|
||||
-- Line number
|
||||
vim.opt.number = true
|
||||
vim.opt.relativenumber = true
|
||||
|
|
Loading…
Reference in New Issue