1
0
Fork 0
mirror of https://github.com/NotAShelf/neovim-flake.git synced 2025-02-12 21:53:15 +01:00
neovim-flake/modules/minimap/default.nix

7 lines
65 B
Nix
Raw Normal View History

2023-03-31 18:47:17 +03:00
{...}: {
2023-02-02 00:00:29 +03:00
imports = [
./minimap-vim
./codewindow
2023-02-02 00:00:29 +03:00
];
}