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

Unusable state for a simple go project #1

Description

@udaykumar106

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions