mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-09 14:45:58 +01: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 {
|
||||
# vim.startPlugins = ["minimap-vim"];
|
||||
vim.startPlugins = ["minimap-vim"];
|
||||
# TODO: figure out a way to import the code-minimap package from nixpkgs
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue