Skip to content

Instantly share code, notes, and snippets.

@flosker
Created August 9, 2021 18:14
Show Gist options
  • Save flosker/44e44351d5295db0d47775974a7eedf9 to your computer and use it in GitHub Desktop.
Save flosker/44e44351d5295db0d47775974a7eedf9 to your computer and use it in GitHub Desktop.
nvim-compe

health#nvim#check

Configuration

  • OK: no issues found

Performance

  • OK: Build type: RelWithDebInfo

Remote Plugins

  • OK: Up to date

terminal

  • INFO: key_backspace (kbs) terminfo entry: key_backspace=\177
  • INFO: key_dc (kdch1) terminfo entry: key_dc=\E[3~
  • INFO: $COLORTERM='truecolor'

health#provider#check

Clipboard (optional)

  • OK: Clipboard tool found: wl-copy

Python 2 provider (optional)

  • INFO: Using: g:python_host_prog = "/usr/bin/python2"
  • WARNING: No Python executable found that can import neovim. Using the first available executable for diagnostics.
  • INFO: Executable: Not found

Python 3 provider (optional)

  • INFO: Using: g:python3_host_prog = "/usr/bin/python3"
  • INFO: Executable: /usr/bin/python3
  • INFO: Python version: 3.9.6
  • INFO: pynvim version: 0.4.3
  • OK: Latest pynvim is installed.

Python virtualenv

  • OK: no $VIRTUAL_ENV

Ruby provider (optional)

  • WARNING: ruby and gem must be in $PATH.
    • ADVICE:
      • Install Ruby and verify that ruby and gem commands work.

Node.js provider (optional)

  • INFO: Node.js: v16.5.0
  • WARNING: Missing "neovim" npm (or yarn) package.
    • ADVICE:
      • Run in shell: npm install -g neovim
      • Run in shell (if you use yarn): yarn global add neovim

Perl provider (optional)

  • ERROR: perl provider error:
    • ADVICE:
      • "Neovim::Ext" cpan module is not installed

health#treesitter#check

Checking treesitter configuration

  • INFO: Runtime ABI version : 13

health#compe#check

compe:snippet

  • INFO: snippet engine is not detected.

This is mapped in a wrapper function as show on the plugin site

compe:mapping

  • INFO: compe#complete is not mapped
  • INFO: compe#confirm is not mapped
  • INFO: compe#close is not mapped
  • INFO: compe#scroll is not mapped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment