dev: remove TODO and in favor of flake FIXME

This commit is contained in:
NotAShelf 2023-02-03 22:15:19 +03:00
parent 8caf286177
commit 7e69203390
No known key found for this signature in database
GPG key ID: 5B5C8895F28445F1

View file

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