home/programs/editors/neovim: add neovide

This commit is contained in:
Anthony Rodriguez 2024-12-15 19:39:39 +01:00
parent 727fe87eca
commit 613a2318fb
Signed by: nezia
GPG key ID: EE3BE97C040A86CE
2 changed files with 23 additions and 0 deletions

View file

@ -216,4 +216,26 @@
telescope.enable = true;
};
};
programs.neovide = {
enable = true;
settings = {
fork = false;
frame = "full";
idle = true;
maximized = false;
no-multigrid = false;
srgb = false;
tabs = true;
theme = "auto";
title-hidden = true;
vsync = true;
wsl = false;
font = {
normal = [];
size = 14.0;
};
};
};
}

View file

@ -3,6 +3,7 @@ _: {
"$mod" = "SUPER";
bind = [
"$mod, Return, exec, foot"
"$mod, n, exec, neovide"
"$mod, w, exec, firefox"
", Print, exec, grimblast --notify copy output"
"$mod, q, killactive"