Open adoreparler opened 1 year ago
The popups don't open automatically. You can put the cursor on a variable or method or whatever and do :OmniSharpDocumentation
(\osd
is the default vim-sharpenup mapping), or inside a method call argument list and do :OmniSharpSignatureHelp
(<C-\>
with vim-sharpenup in normal
and insert
modes), either of those will open a popup.
For the completion documentation popup, that opens when you navigate through the completion options, not as you type. So with your config it looks like you'd use <Tab>
to scroll through the completion options, or the standard vim <C-n>
/<C-p>
.
I am having trouble getting my vim to look like the demo. I tried the demo config and nothings changed. I think highlighting is working along with auto completion and I think lint is working.
System: Mac OS M2 Max
VIM: VIM - Vi IMproved 9.0 (2022 Jun 28, compiled Apr 15 2023 04:26:46) macOS version - arm64 Included patches: 1-1424 Compiled by root@apple.com
.vimrc:
The above vimrc is without all the stuff from the example config and is what the below video is showing. There is no change when using the example config.