daa84 / neovim-gtk-flatpak

flatpak packge for neovim-gtk
9 stars 2 forks source link

Unable to use plug.vim #1

Open tuxflo opened 6 years ago

tuxflo commented 6 years ago

I tried to put the plug.vim file into the autoload folder given in the Readme.md. However if I try to do:

call plug#begin('~/.var/app/org.daa.NeovimGtk/config/nvim/plugged')
Plug 'junegunn/vim-easy-align'
call plug#end()

in the init.vim file the following error appears: image

daa84 commented 6 years ago

Hello Can't say what the problem is by this error message. You can run NeovimGtk from console and check error. Also later i update flatpak package to new NeovimGtk version - this will show more descriptive error.