1
0
Fork 0
mirror of https://github.com/NotAShelf/neovim-flake.git synced 2025-03-02 12:22:08 +01:00
neovim-flake/modules/plugins/notes/todo-comments/default.nix

7 lines
64 B
Nix
Raw Normal View History

{
2023-03-01 13:26:58 +03:00
imports = [
./todo-comments.nix
./config.nix
];
}