diff --git a/config/plugins/wiki.nix b/config/plugins/wiki.nix new file mode 100644 index 0000000..edf5368 --- /dev/null +++ b/config/plugins/wiki.nix @@ -0,0 +1,3 @@ +# plugins to support using Neovim as a personal wiki + +{ plugins.obsidian.enable = true; }