You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.
setnocompatible" be iMproved, requiredfiletypeoff" requiredsyntaxenablesetpyx=3setpyxversion=3setbackspace=indent,eol,start" set the runtime path to include Vundle and initializesetrtp+=~/.vim/bundle/Vundle.vimcallvundle#begin()
" alternatively, pass a path where Vundle should install plugins"call vundle#begin('~/some/path/here')" let Vundle manage Vundle, requiredPlugin'VundleVim/Vundle.vim'" The following are examples of different formats supported." Keep Plugin commands between vundle#begin/end." plugin on GitHub repoPlugin'tpope/vim-fugitive'Plugin'derekwyatt/vim-scala'Plugin'vim-airline/vim-airline'Plugin'vim-airline/vim-airline-themes'letg:airline_powerline_fonts=1letg:airline_theme='luna'letg:powerline_symbols='unicode'Plugin'sheerun/vim-polyglot'Plugin'roxma/vim-hug-neovim-rpc'Plugin'roxma/nvim-yarp'Plugin'shougo/deoplete.nvim'letg:deoplete#enable_at_startup =1Plugin'zchee/deoplete-jedi'" All of your Plugins must be added before the following linecallvundle#end()" requiredfiletypepluginindenton" required
The text was updated successfully, but these errors were encountered:
python3 -c "import neovim"
works perfectly fine.Error message while starting vim:
I have set
pyxversion=3
..vimrc:
The text was updated successfully, but these errors were encountered: