Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax Highlighting is broken #2586

Closed
Chronophylos opened this issue Nov 14, 2019 · 2 comments
Closed

Syntax Highlighting is broken #2586

Chronophylos opened this issue Nov 14, 2019 · 2 comments

Comments

@Chronophylos
Copy link

What did you do? (required: The issue will be closed when not provided)

full config
image

reduced config
image

What did you expect to happen?

The syntax to work

What happened instead?

It broke

Configuration (MUST fill this out):

nothing

vim-go version: 10d8f9d

vimrc you used to reproduce (use a minimal vimrc with other plugins disabled; do not link to a 2,000 line vimrc):

vimrc
call plug#begin(stdpath('data') . '/plugged')
    Plug 'fatih/vim-go', { 'for': 'go', 'do': ':GoUpdateBinaries' }
call plug#end()

Vim version (first three lines from :version):

NVIM v0.4.3
Build type: Release
LuaJIT 2.0.5

Go version (go version):

go version go1.13.4 linux/amd64

Go environment

go env Output:
GO111MODULE=""
GOARCH="amd64"
GOBIN="/home/chrono/go/bin"
GOCACHE="/home/chrono/.cache/go-build"
GOENV="/home/chrono/.config/go/env"
GOEXE=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GONOPROXY=""
GONOSUMDB=""
GOOS="linux"
GOPATH="/home/chrono/go"
GOPRIVATE=""
GOPROXY="https://proxy.golang.org,direct"
GOROOT="/usr/lib/go"
GOSUMDB="sum.golang.org"
GOTMPDIR=""
GOTOOLDIR="/usr/lib/go/pkg/tool/linux_amd64"
GCCGO="gccgo"
AR="ar"
CC="gcc"
CXX="g++"
CGO_ENABLED="1"
GOMOD="/home/chrono/Projects/chb3/go.mod"
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build045261485=/tmp/go-build -gno-record-gcc-switches"
@bhcleek
Copy link
Collaborator

bhcleek commented Nov 14, 2019

What is reduced config vs full config?

@Chronophylos
Copy link
Author

Chronophylos commented Nov 14, 2019

The reduced config is what I posted. My full config is here https://github.com/Chronophylos/dotfiles/tree/master/nvim/.config/nvim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants