options: ignore case
This commit is contained in:
parent
6c4e1d6777
commit
48bb73761b
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@ vim.opt.mouse = "a"
|
||||||
vim.opt.scrolloff = 8
|
vim.opt.scrolloff = 8
|
||||||
vim.opt.sidescrolloff = 8
|
vim.opt.sidescrolloff = 8
|
||||||
|
|
||||||
|
-- Searching
|
||||||
|
vim.opt.ignorecase = true
|
||||||
|
vim.opt.smartcase = true
|
||||||
|
|
||||||
-- System integration
|
-- System integration
|
||||||
vim.cmd([[ set noswapfile ]])
|
vim.cmd([[ set noswapfile ]])
|
||||||
vim.opt.clipboard = "unnamedplus"
|
vim.opt.clipboard = "unnamedplus"
|
||||||
|
|
Loading…
Reference in a new issue