roxma / nvim-completion-manager

:warning: PLEASE USE https://github.com/ncm2/ncm2 INSTEAD
MIT License
917 stars 49 forks source link

has("python3") is an invalid command in neovim 0.2.2 #161

Closed TobiasLorek closed 6 years ago

TobiasLorek commented 6 years ago

Entering :has("python3") in normal mode yields: 492: Not an editor command: has("python3")

using neovim 0.2.2 on windows with python 3.6 installed

roxma commented 6 years ago

Use :echo has("python3")