Add neovim-remote to packages

This commit is contained in:
coolneng 2022-05-08 21:02:06 +02:00
parent 37381adc33
commit 11f3993dbc
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
2 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,7 @@ with pkgs;
export GTK_THEME=Adapta-Eta export GTK_THEME=Adapta-Eta
export XDG_SESSION_TYPE=wayland export XDG_SESSION_TYPE=wayland
export XDG_CURRENT_DESKTOP=sway export XDG_CURRENT_DESKTOP=sway
export NVIM_LISTEN_ADDRESS=/tmp/nvimsocket
''; '';
wrapperFeatures.gtk = true; wrapperFeatures.gtk = true;
}; };

View File

@ -36,6 +36,7 @@ in {
texlab texlab
# Text editors # Text editors
neovim neovim
neovim-remote
emacs-vterm emacs-vterm
(ripgrep.override { withPCRE2 = true; }) (ripgrep.override { withPCRE2 = true; })
fd fd