update nvim

This commit is contained in:
Vivian 2025-06-19 19:50:34 +02:00
parent 722397ac43
commit 00eedb9a16
4 changed files with 11 additions and 2 deletions

View file

@ -97,9 +97,9 @@ in
xdg.autoStart = {
packages = with pkgs; [
element-desktop
signal-desktop
firefox
discord
obsidian
];
};

View file

@ -76,6 +76,11 @@ with lib;
};
};
# codecompanion = {
# enable = true;
#
# };
vimwiki = {
enable = true;
settings = {

View file

@ -59,6 +59,11 @@
key = "<leader>fr";
action = ":Telescope frecency<CR>";
}
{
mode = "n";
key = "<leader>zf";
action = ":Telescope spell_suggest<CR>";
}
# {
# mode = "n";
#key = "<leader>ob";

View file

@ -102,7 +102,6 @@ in {
};
};
services = {
postfix.relayHost = "smtp.ziggozakelijk.nl";
postfix.relayPort = 587;