Allow setting ignorecase and smartcase from lvi-config.lua (#545)

This commit is contained in:
Lee Marlow 2021-06-28 16:02:19 -06:00 committed by GitHub
parent f312d3c88b
commit 096cc56051
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 1 deletions

View file

@ -46,4 +46,5 @@ vim.cmd('filetype plugin on') -- filetype detection
vim.o.guifont = "FiraCode Nerd Font:h17"
-- vim.o.guifont = "JetBrains\\ Mono\\ Regular\\ Nerd\\ Font\\ Complete"
vim.o.ignorecase = O.ignore_case
vim.o.smartcase = O.smart_case