forked from farazdagi/vim-go-ide
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
39 changed files
with
1,009 additions
and
3,447 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Problems summary | ||
|
||
## Expected | ||
|
||
## Environment Information | ||
* OS: | ||
* Vim version: | ||
|
||
## Minimal vimrc less than 50 lines | ||
|
||
" Your vimrc | ||
set nocompatible | ||
|
||
set runtimepath+=~/path/to/neocomplete.vim/ | ||
|
||
set fo+=aw | ||
let g:neocomplete#enable_at_startup = 1 | ||
let g:neocomplete#enable_auto_select = 0 | ||
set tw=10 " just for testing purposes | ||
|
||
## Reproducable ways from Vim starting | ||
|
||
1. | ||
2. | ||
3. | ||
|
||
## Screen shot (if possible) |
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
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
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
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
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
Oops, something went wrong.