mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +00:00
dev: uncomment minimap-vim & enable it in the flake
This commit is contained in:
parent
139e08cd95
commit
c40e918766
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
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
|
# TODO: figure out a way to import the code-minimap package from nixpkgs
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue