Make some highlighting changes for vim
All checks were successful
Run nix flake check / flake-check (push) Successful in 2m1s
Periodic flake update / flake-update (push) Successful in 1m18s

This commit is contained in:
2025-02-12 00:25:23 +01:00
parent 82d3a3d8e8
commit c8fa6d6ffe
3 changed files with 8 additions and 3 deletions

View File

@@ -40,8 +40,8 @@
]))
];
extraLuaConfig = ''
${builtins.readFile ./options.lua}
${builtins.readFile ./plugins.lua}
${builtins.readFile ./options.lua}
${builtins.readFile ./keybinds.lua}
'';
};