nixvim-config/config/plugins/utils/vimwiki.nix
2025-06-02 21:50:16 +08:00

5 lines
57 B
Nix

{...}: {
plugins.vimwiki = {
enable = true;
};
}