1
➜ asdf which neovim
unknown command: neovim. Perhaps you have to reshim?
➜ asdf current neovim
neovim          ref:master      /Users/abhishektripathi/.tool-versions
➜ asdf reshim neovim
➜ asdf which neovim
unknown command: neovim. Perhaps you have to reshim?
➜ nvim
zsh: command not found: nvim

I installed neovim via asdf and cannot find neovim. This is the output of my terminal. Which is very strange for me.

Any leads?

EDIT: using MacOS, ZSH, tmux. asdf was installed via brew.

2 Answers2

1

The correct command is: asdf which nvim

Adam Millerchip
  • 20,844
  • 5
  • 51
  • 74
1

Just for archival purpose,

I removed and reinstalled neovim via

asdf uninstall neovim ref:master

asdf install neovim ref:master

That worked for me.