lvim config ignorecase

D4VID 2 years ago
parent 06a5e548e3
commit 4b95b8b18b

@ -8,6 +8,7 @@ vim.opt.tabstop = 4 -- insert 4 spaces for a tab
vim.opt.softtabstop = 4 -- insert 4 spaces for a tab vim.opt.softtabstop = 4 -- insert 4 spaces for a tab
vim.opt.relativenumber = true -- relative line numbers vim.opt.relativenumber = true -- relative line numbers
vim.opt.wrap = true -- wrap lines vim.opt.wrap = true -- wrap lines
vim.opt.ignorecase = true
vim.opt.smartcase = true vim.opt.smartcase = true
vim.opt.mouse = "" vim.opt.mouse = ""
vim.opt.clipboard = "" vim.opt.clipboard = ""

Loading…
Cancel
Save