forked from mirrors_public/oddlama_nix-config
feat: enable smartcase and ignorecase for manpage vim
This commit is contained in:
parent
a33c46e4f5
commit
bc15e9d9ef
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@
|
||||||
virtualedit = "all";
|
virtualedit = "all";
|
||||||
splitkeep = "screen";
|
splitkeep = "screen";
|
||||||
termguicolors = false;
|
termguicolors = false;
|
||||||
|
ignorecase = true;
|
||||||
|
smartcase = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
extraConfigLua = ''
|
extraConfigLua = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue