Vim-plug: :PLugStatus OK (Plugin not loaded)

Created on 28 Jan 2017  路  1Comment  路  Source: junegunn/vim-plug

Hello, I'have a problem of loaded plugin, when i check :PlugStatus all plugin are sometime not loaded.
Example :

Finished. 0 error(s).
[====]

- ctrlp.vim: OK (not loaded)
- vim-easy-align: OK (not loaded)
- vim-kalisi: OK (not loaded)

Config vim file .config/nvim/init.vim

" Plugin manager
call plug#begin('~/.local/share/nvim/plugged')

Plug 'https://github.com/freeo/vim-kalisi'
let g:airline_theme='kalisi'

Plug 'https://github.com/ctrlpvim/ctrlp.vim'

Plug 'junegunn/vim-easy-align'
" Start interactive EasyAlign in visual mode (e.g. vipga)
xmap ga <Plug>(EasyAlign)
" Start interactive EasyAlign for a motion/text object (e.g. gaip)
nmap ga <Plug>(EasyAlign)



NVIM 0.1.7
Build type: RelWithDebInfo
Compilation: /usr/local/Homebrew/Library/Homebrew/shims/super/clang -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -
DDISABLE_LOG -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiag
nostics-color=auto -DINCLUDE_GENERATED_DECLARATIONS -DHAVE_CONFIG_H -I/tmp/neovim-20170128-2738-1uh5gfx/neovim-0.1.7/build/conf
ig -I/tmp/neovim-20170128-2738-1uh5gfx/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/l
ocal/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/ne
ovim-20170128-2738-1uh5gfx/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170128-2738-1uh5gfx/neovim-0.1.7/build/include
Compiled by [email protected]

Optional features included (+) or not (-): +acl   +iconv    +jemalloc +tui
For differences from Vim, see :help vim-differences

   system vimrc file: "$VIM/sysinit.vim"
  fall-back for $VIM: "/usr/local/Cellar/neovim/0.1.7/share/nvim"

  • Type:

    • [x] Bug

    • [ ] Enhancement

    • [ ] Feature Request

    • [ ] Question

  • OS:

    • [ ] All/Other

    • [ ] Linux

    • [x] OS X

    • [ ] Windows

  • Vim:

    • [ ] Terminal Vim

    • [ ] GVim

    • [x] Neovim

invalid

Most helpful comment

Just miss call plug#end() sorry.

>All comments

Just miss call plug#end() sorry.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

LandonSchropp picture LandonSchropp  路  4Comments

orao picture orao  路  3Comments

bmcilw1 picture bmcilw1  路  3Comments

mcepl picture mcepl  路  4Comments

Mryehua picture Mryehua  路  4Comments