feat(nvim): enable vimwiki

This commit is contained in:
Michael Mandl 2024-07-27 22:22:59 +02:00 committed by Michael Mandl
parent 1e7b654477
commit 22a18418ac
Signed by: mandlm
GPG key ID: 088ED38F036C7AF2
6 changed files with 34 additions and 5 deletions

View file

@ -35,6 +35,7 @@
gpgSigningKey = "4AA25D647AA54CC7";
gpgSSHKeys = [ "1F937AC8F77ED74CE24EAAE79B5601F73C6D115F" ];
theme = "dark";
vimwikiPath = "~/vimwiki";
};
};
"mmandl@NB11313" = home-manager.lib.homeManagerConfiguration {
@ -55,6 +56,7 @@
gpgSigningKey = "088ED38F036C7AF2";
gpgSSHKeys = [ "AEB2BF3FF9CF9529E9A3C6F1A202D21686FF9278" ];
theme = "dark";
vimwikiPath = "~/vimwiki";
};
};
};