Add neovim-remote to packages
This commit is contained in:
parent
37381adc33
commit
11f3993dbc
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue