ecosse3 / nvim

A non-minimal Neovim config built to work most efficiently with Frontend Development
GNU General Public License v3.0
1.22k stars 108 forks source link

Error detected while processing function UltiSnips#TrackChange: #15

Closed rajcspsg closed 2 years ago

rajcspsg commented 2 years ago

When I launch nvim and start editing I face the below error -

Error detected while processing function UltiSnips#TrackChange:
line    1:
E319: No "python3" provider found. Run ":checkhealth provider"
Press ENTER or type command to continue

I've python3 in my PATH.

Here is the link to my error screenshot.

More Details -

OS Details -

$lsb_release -a
LSB Version:    1.4
Distributor ID: EndeavourOS
Description:    EndeavourOS Linux
Release:        rolling
Codename:       rolling

Neovim details -

c10 nvim -version     
NVIM v0.6.0
Build type: Release
LuaJIT 2.0.5
Compiled by builduser

Features: +acl +iconv +tui
See ":help feature-compile"

   system vimrc file: "$VIM/sysinit.vim"
  fall-back for $VIM: "/usr/share/nvim"

Run :checkhealth for more info

git log - 214e2641c861190dbc9e2518287347650bec6fbf

rajcspsg commented 2 years ago

after install pynvim this is resoved

ecosse3 commented 2 years ago

Exactly, I will try to figure out if I can install it during installation.