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

@ -7,5 +7,6 @@
gs = "git status";
gd = "git diff";
k = "kubectl";
ww = "nvim -c VimwikiIndex";
};
}