chore(config): ignore case in neovim

main
sudo pacman -Syu 2022-07-27 22:50:22 +07:00
parent 300d21cef8
commit d711a1fb37
No known key found for this signature in database
GPG Key ID: D6CB5C6C567C47B0
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
vim.opt.breakindent = true
vim.opt.completeopt = { "menuone", "noinsert", "noselect" }
vim.opt.ignorecase = true
vim.opt.infercase = true
vim.opt.number = true
vim.opt.relativenumber = true
vim.opt.scrolloff = 4