-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I get the following error whenever I open a cpp buffer with clamp enabled:
Error detected while processing function <SNR>25_start_clamp[4]..ClampOnTextChanged:
line 6:
Channel was closed by the client
Additionally, if I edit the file I receive the following error upon leaving insert mode:
Error detected while processing function ClampOnTextChanged:
line 6:
Invalid channel "1"
I installed clamp using vim-plug. I am running Arch linux with neovim version 0.1.7. I found some issues in other extensions related to this error, and it was suggusted that Python may be missing. I ensured that neovim was able to discover python by running :CheckHealth. It gave me the following information:
## Python 2 provider
- INFO: 'g:python_host_prog' is not set. Searching for python2 in the environment
- INFO: Executable: /usr/bin/python2
- INFO: Python2 version: 2.7.13
- INFO: python2-neovim version: 0.1.12
- SUCCESS: Latest python2-neovim is installed: 0.1.12
## Python 3 provider
- INFO: 'g:python_host_prog' is not set. Searching for python3 in the environment
- INFO: Executable: /usr/bin/python3
- INFO: Python3 version: 3.5.2
- INFO: python3-neovim version: 0.1.12
- SUCCESS: Latest python3-neovim is installed: 0.1.12
I am using deoplete (and deoplete-clang), which uses python and it is working fine.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels