Skip to content
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.

Unusable state for a simple go project #1

Open
udaykumar106 opened this issue Jun 8, 2022 · 1 comment
Open

Unusable state for a simple go project #1

udaykumar106 opened this issue Jun 8, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@udaykumar106
Copy link

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
Copy link
Owner

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.

@JimmyHuang454 JimmyHuang454 added the enhancement New feature or request label Jul 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants