fix issue

This commit is contained in:
2025-04-21 23:05:03 +08:00
parent baf967af34
commit 5c0196c3f7
5 changed files with 4 additions and 5 deletions

View File

@@ -78,6 +78,7 @@
vim = {
enable = true;
defaultEditor = true;
plugins = with pkgs.vimPlugins; [ vim-airline ];
settings = { ignorecase = true; };
extraConfig = ''