Adding more files to be lazy loaded

Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2023-09-05 18:52:46 +02:00
parent b3d4b4a146
commit 9ad13bb9a1
10 changed files with 16 additions and 6 deletions

View File

@@ -23,8 +23,8 @@ opt.expandtab = true
opt.smartindent = true
opt.wrap = false
o.ignorecase = true
o.smartcase = true
opt.ignorecase = true
opt.smartcase = true
opt.hlsearch = false
opt.incsearch = true