home/programs/editors/neovim: add neovide
This commit is contained in:
parent
727fe87eca
commit
613a2318fb
2 changed files with 23 additions and 0 deletions
|
@ -216,4 +216,26 @@
|
||||||
telescope.enable = true;
|
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;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,6 +3,7 @@ _: {
|
||||||
"$mod" = "SUPER";
|
"$mod" = "SUPER";
|
||||||
bind = [
|
bind = [
|
||||||
"$mod, Return, exec, foot"
|
"$mod, Return, exec, foot"
|
||||||
|
"$mod, n, exec, neovide"
|
||||||
"$mod, w, exec, firefox"
|
"$mod, w, exec, firefox"
|
||||||
", Print, exec, grimblast --notify copy output"
|
", Print, exec, grimblast --notify copy output"
|
||||||
"$mod, q, killactive"
|
"$mod, q, killactive"
|
||||||
|
|
Loading…
Reference in a new issue