Created
April 19, 2021 16:20
-
-
Save trevorwhitney/b8541b41e8d0ce86fd726c7bee26ebdc to your computer and use it in GitHub Desktop.
coc.nvim refactor bug
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| module example.com/go | |
| go 1.15 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import ( | |
| "fmt" | |
| ) | |
| func main() { | |
| fmt.Sprintf("hello %s", "trevor") | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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