Clamp icon indicating copy to clipboard operation
Clamp copied to clipboard

clighter for neovim

Results 5 Clamp issues
Sort by recently updated
recently updated
newest added

I get the following error whenever I open a cpp buffer with clamp enabled: ``` Error detected while processing function 25_start_clamp[4]..ClampOnTextChanged: line 6: Channel was closed by the client ```...

I've switched to Neovim + clamp from vim + clighter. it seems not to work on my end. (OS X 10.11.5, Neovim 0.1.4 has python and python3) any highlights and...

I use neovim and installed this plugin , but I can't found `readme file` . It looks like a great plugin but I don't kown how to use it. And...

I have `let g:clamp_libclang_file = '/usr/lib/libclang.so'` in my vimrc. But `:ClampStart` does not give any output and it seems I don't have any highlight in my C++ files. Any advice...

Commit 6655ced441ebc7a8ebad3649e5962a238bea20c3 of neovim python-client removed the SessionHook because of this engine.py fails if it tries to access nvim.session. This patch fixes this issue. Signed-off-by: Stefan Eichenberger [email protected]