Closed deybhayden closed 9 years ago
NeoVim has a crazy value that comes back from v:servername (i.e. /var/folders/yw/csycvz5d29l5lmn3bcr897200000gn/T/nvimTsRb2k/0). This change looks for nvim in the variable, and if it finds it, simply puts neovim in the session variable.
/var/folders/yw/csycvz5d29l5lmn3bcr897200000gn/T/nvimTsRb2k/0
nvim
neovim
Thank you. :D
NeoVim has a crazy value that comes back from v:servername (i.e.
/var/folders/yw/csycvz5d29l5lmn3bcr897200000gn/T/nvimTsRb2k/0
). This change looks fornvim
in the variable, and if it finds it, simply putsneovim
in the session variable.