Last active
January 10, 2016 00:18
-
-
Save hinagishi/f8d498e71c973f8fb5d3 to your computer and use it in GitHub Desktop.
This file contains 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
if has('vim_starting') | |
set rtp+=~/.vim/bundle/vivacious.vim | |
endif | |
filetype plugin indent on | |
call vivacious#bundle() | |
set fileencodings=utf-8,iso-2022-jp,cp932,sjis,euc-jp |
This file contains 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.Println("hello world") | |
} |
This file contains 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
Error detected while processing function go#cmd#Run[36]..go#tool#FilterValids: | |
line 19: | |
E713: Cannot use empty key for Dictionary | |
line 21: | |
E713: Cannot use empty key for Dictionary | |
E15: Invalid expression: is_readable[filename] |
This file contains 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
version:1 | |
version:c8e5e4ffc0371c15b182c8050858ae1858bc1484 dir:bundle/vim-go name:vim-go type:git url:https://github.com/fatih/vim-go |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment