mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 09:34:00 +05:30
More neovide + nvim config
This commit is contained in:
parent
58c8c7b87b
commit
126a2076cc
8 changed files with 48 additions and 6 deletions
|
@ -45,7 +45,10 @@
|
|||
(editor == "nano")) then
|
||||
"exec " + term + " -e " + editor
|
||||
else
|
||||
editor);
|
||||
(if (editor == "neovide") then
|
||||
"neovide -- --listen /tmp/nvimsocket"
|
||||
else
|
||||
editor));
|
||||
};
|
||||
|
||||
# create patched nixpkgs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue