https://github.com/cidem/mucomplete_issue
https://github.com/lifepillar/vim-mucomplete/issues/179
https://github.com/cidem/mucomplete_issue
Last synced: 4 months ago
JSON representation
https://github.com/lifepillar/vim-mucomplete/issues/179
- Host: GitHub
- URL: https://github.com/cidem/mucomplete_issue
- Owner: cideM
- Created: 2020-05-31T12:43:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-31T12:49:41.000Z (about 6 years ago)
- Last Synced: 2025-05-18T08:37:11.539Z (about 1 year ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
This is a repository for reproducing [this `vim-mucomplete` issue](https://github.com/lifepillar/vim-mucomplete/issues/179).
Instructions:
1. `$ docker build -t foo .`
2. `$ docker run -it --entrypoint /bin/bash foo`
3. `$ nvim main.go`
4. `:MUcompleteNotify 3`
5. Create a new line at the bottom of the file and type `fu` and stay in insert mode
6. Hit `C-X C-O` to trigger Omnicompletion, which should show `func keyword` from `gopls`
7. Undo the `func` so you're back at just `fu` and now hit `TAB` which should bring up the mucomplete completions. Notice that the current completion method says `c-n` even though it should have tried `omni` first.