junegunn / vim-plug

:hibiscus: Minimalist Vim Plugin Manager
https://junegunn.github.io/vim-plug/
MIT License
34.1k stars 1.93k forks source link

Plugins installed but not autoload in vim #987

Closed Sideris35 closed 4 years ago

Sideris35 commented 4 years ago

Hi, i have a problem with vim-plug with vim8. I have two plugins in .vimrc:

call plug#begin('~/.vim/plugged')

Plug 'itchyny/lightline.vim'
Plug 'neomake/neomake'

call plug#end()

Plugins are correctly install but when i edit a new files they don't load automatically. Do you have an idea please ?

Thanks

iorth commented 4 years ago

@Sideris35, seems like the problem is with lightline plugin, other stuff loads normally for me.

Sideris35 commented 4 years ago

I installed neovim it's works