update nvim
This commit is contained in:
parent
722397ac43
commit
00eedb9a16
4 changed files with 11 additions and 2 deletions
|
@ -97,9 +97,9 @@ in
|
|||
xdg.autoStart = {
|
||||
packages = with pkgs; [
|
||||
element-desktop
|
||||
signal-desktop
|
||||
firefox
|
||||
discord
|
||||
obsidian
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -76,6 +76,11 @@ with lib;
|
|||
};
|
||||
};
|
||||
|
||||
# codecompanion = {
|
||||
# enable = true;
|
||||
#
|
||||
# };
|
||||
|
||||
vimwiki = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -102,7 +102,6 @@ in {
|
|||
};
|
||||
};
|
||||
services = {
|
||||
|
||||
postfix.relayHost = "smtp.ziggozakelijk.nl";
|
||||
postfix.relayPort = 587;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue