Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

having issue in python support #1558

Closed
Aneeqasif opened this issue Sep 10, 2022 · 3 comments
Closed

having issue in python support #1558

Aneeqasif opened this issue Sep 10, 2022 · 3 comments

Comments

@Aneeqasif
Copy link

Describe the bug
so i am trying to install vim-jukit which needs python support and i have tried all things on the internet but it is not working echo has(python3) returns 0 ,
py3 print('cool')
E319: No "python3" provider found. Run ":checkhealth provider"
checkhealth provider gives

image

**things i have tried **

  • python -m pip uninstall neovim pynvim
  • python -m pip install --user --upgrade pynvim
  • vim.g.python3_host_prog = '/usr/bin/python3'
    vim.g.python2_host_prog = '/usr/bin/python2'
    vim.g.loaded_python3_provider=1

also
vim.cmd([[ let g:loaded_python3_provider=1

Desktop (please complete the following information):

  • Operating System : manjaro
  • Terminal: kitty
  • Version of Neovim : 0.7.2

Additional context
[vim-jukit] python3 support missing! (:echo has('python3') returned 0)
Press ENTER or type command to continue

i get this also on startup

@siduck
Copy link
Member

siduck commented Sep 10, 2022

#1417

@siduck siduck closed this as completed Sep 10, 2022
@Aneeqasif
Copy link
Author

#1417

this worked and the required plugin is working but when i press C-n for nerdtree it got following error

image

@Aneeqasif
Copy link
Author

one more thing that u might can help me with
how should i write
<localleader>li <Plug>(vimtex-info) n
this kind of keymapings in lua

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants