feat: codewindow as an alternative minimap plugin

This commit is contained in:
NotAShelf 2023-02-04 00:19:51 +03:00
commit e9bb4a3658
No known key found for this signature in database
GPG key ID: 5B5C8895F28445F1
2 changed files with 30 additions and 0 deletions

View file

@ -6,5 +6,6 @@
}: {
imports = [
./minimap-vim.nix
./codewindow.nix
];
}