chore(config): revert ignore case in neovim

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

View File

@ -1,7 +1,5 @@
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