1
0
Fork 0
mirror of https://github.com/NotAShelf/neovim-flake.git synced 2025-01-09 16:39:51 +01:00
neovim-flake/modules/plugins/minimap/codewindow/default.nix

7 lines
61 B
Nix
Raw Normal View History

{
imports = [
./codewindow.nix
./config.nix
];
}