Skip to content

Instantly share code, notes, and snippets.

@marzdgzmn
Created April 24, 2019 08:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marzdgzmn/79594d6dbb1e13e0ff4b9db7f94bc326 to your computer and use it in GitHub Desktop.
Save marzdgzmn/79594d6dbb1e13e0ff4b9db7f94bc326 to your computer and use it in GitHub Desktop.
" Automatic installation for vim-plug
if empty(glob('~/.config/nvim/autoload/plug.vim'))
silent !curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs
\ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
autocmd VimEnter * PlugInstall
endif
Error detected while processing /home/user/.config/nvim/plugin/deoplete.vim:
line 1:
E117: Unknown function: deoplete#enable
line 5:
E117: Unknown function: deoplete#custom#option
Press ENTER or type command to continue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment