dev: uncomment minimap-vim & enable it in the flake

This commit is contained in:
NotAShelf 2023-02-03 18:55:18 +03:00
parent 139e08cd95
commit c40e918766
No known key found for this signature in database
GPG Key ID: 419DBDD3228990BE
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ in {
};
config = mkIf cfg.enable {
# vim.startPlugins = ["minimap-vim"];
vim.startPlugins = ["minimap-vim"];
# TODO: figure out a way to import the code-minimap package from nixpkgs
};
}