Skip to content

Instantly share code, notes, and snippets.

" Vundle {{{
set nocompatible
filetype off
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
Plugin 'gmarik/vundle'
Plugin 'SirVer/ultisnips'
filetype plugin indent on
" }}}
Error detected while processing /home/bjorn/config/vim/nvimrc:
line 337:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/home/bjorn/.local/lib/python2.7/site-packages/neovim-0.0.6-py2.7.egg/neovim/__init__.py", line 34, in start_host
with PluginHost(vim, discovered_plugins=[ScriptHost]) as host:
File "/home/bjorn/.local/lib/python2.7/site-packages/neovim-0.0.6-py2.7.egg/neovim/plugin_host.py", line 46, in __enter__
self.install_plugins()
File "/home/bjorn/.local/lib/python2.7/site-packages/neovim-0.0.6-py2.7.egg/neovim/plugin_host.py", line 69, in install_plugins
self.discover_plugins()