mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
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";
|
||||
splitkeep = "screen";
|
||||
termguicolors = false;
|
||||
ignorecase = true;
|
||||
smartcase = true;
|
||||
};
|
||||
|
||||
extraConfigLua = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue