codota / tabnine-vim

Vim client for TabNine. https://vimawesome.com/plugin/tabnine-vim
https://www.tabnine.com/install/vim
GNU General Public License v3.0
669 stars 36 forks source link

Freeze when MacVim is installed via brew cask #79

Closed ZGainsforth closed 3 years ago

ZGainsforth commented 3 years ago

On Mac OS Big Sur, with homebrew 3.1.7 installing MacVim via cask:

brew install homebrew/cask/macvim

results in an installation where TabNine freezes as soon as vim or macvim is started.

The installed cask version is snapshot-171, which results in vim version 8.2.2681.

As a workaround, not using the cask is OK. After installing without the cask, the TabNine version is: 3.4.9.

The plugin is installed via vundle as described on the web page.

gz#879