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 = { xdg.autoStart = {
packages = with pkgs; [ packages = with pkgs; [
element-desktop element-desktop
signal-desktop
firefox firefox
discord discord
obsidian
]; ];
}; };

View file

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

View file

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

View file

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