mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 12:45:57 +01:00
dev: remove TODO and in favor of flake FIXME
This commit is contained in:
parent
8caf286177
commit
7e69203390
1 changed files with 3 additions and 2 deletions
|
@ -13,7 +13,8 @@ in {
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
vim.startPlugins = ["minimap-vim"];
|
||||
# TODO: figure out a way to import the code-minimap package from nixpkgs
|
||||
vim.startPlugins = [
|
||||
"minimap-vim"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue