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 XDG_SESSION_TYPE=wayland
|
||||
export XDG_CURRENT_DESKTOP=sway
|
||||
export NVIM_LISTEN_ADDRESS=/tmp/nvimsocket
|
||||
'';
|
||||
wrapperFeatures.gtk = true;
|
||||
};
|
||||
|
|
|
@ -36,6 +36,7 @@ in {
|
|||
texlab
|
||||
# Text editors
|
||||
neovim
|
||||
neovim-remote
|
||||
emacs-vterm
|
||||
(ripgrep.override { withPCRE2 = true; })
|
||||
fd
|
||||
|
|
Loading…
Reference in New Issue