chore: neovim smartcase

main
sudo pacman -Syu 2023-05-19 16:43:12 +07:00
parent 54f211de16
commit fa249ef077
1 changed files with 4 additions and 0 deletions

View File

@ -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