feat: enable smartcase and ignorecase for manpage vim

This commit is contained in:
oddlama 2024-07-12 21:56:49 +02:00
parent a33c46e4f5
commit bc15e9d9ef
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -18,6 +18,8 @@
virtualedit = "all";
splitkeep = "screen";
termguicolors = false;
ignorecase = true;
smartcase = true;
};
extraConfigLua = ''