JimmyHuang454 / EasyCompleteYou

A code-completion engine with easy for Vim and Neovim.
Do What The F*ck You Want To Public License
30 stars 1 forks source link

Unusable state for a simple go project #1

Open udaykumar106 opened 2 years ago

udaykumar106 commented 2 years ago

I have just tried to experiment with this plugin but without success.

Steps

docker run -it  ubuntu /bin/bash
apt install git
apt install golang
apt install vim
curl -fLo ~/.vim/autoload/plug.vim --create-dirs     https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
vim ~/.vimrc

~/.vimrc contents

call plug#begin()
Plug 'JimmyHuang454/EasyCompleteYou'
call plug#end()
set encoding=utf-8
go mod init exp.com/ecy
vim main.go

As soon as I am in insert mode, below error thrown.

Screenshot 2022-06-08 at 21 39 54
JimmyHuang454 commented 2 years ago

Sorry, currently I have not enable gopls engine yet. You can use :ECYInstallerList to check all available engines. And BTW you should use vim with sudo so that it can run subprocess.