chore(config): ignore case in neovim
parent
300d21cef8
commit
d711a1fb37
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue