Skip to content

Instantly share code, notes, and snippets.

@trevorwhitney
Created April 19, 2021 16:20
Show Gist options
  • Save trevorwhitney/b8541b41e8d0ce86fd726c7bee26ebdc to your computer and use it in GitHub Desktop.
Save trevorwhitney/b8541b41e8d0ce86fd726c7bee26ebdc to your computer and use it in GitHub Desktop.
coc.nvim refactor bug
module example.com/go
go 1.15
package main
import (
"fmt"
)
func main() {
fmt.Sprintf("hello %s", "trevor")
}
set nocompatible
set runtimepath^=/home/twhitney/.vim/plugged/coc.nvim
set runtimepath^=/home/twhitney/.vim/plugged/coc-go
filetype plugin indent on
syntax on
set hidden
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment