nvim does not see "mason/bin"-directory #1550
Unanswered
thomas-haslwanter
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to make mason work on a fresh windows system, where I set up neovim with kickstart.nvim.
Problem:
Details:
:call Black()
returnsE117: Unknown function: Black
!where black
correctly indicates~\.config\nvim-data\mason\bin\black.cmd
. Note that [black.cmd
] works correctly in the terminal.:UpdateRemotePlugins
producesfunction remote#host#UpdateRemotePlugins[6] .. <SNR>52_RegistrationCommands[13]..remote#host#RegisterPlugin, line 5 \\ Plugin "~/.config/nvim-data/lazy/black-nvim/rplugin/python3/__pycache__" is already registered
pip install black
, I can useUpdateRemotePlugins
without any errors, nvim sees both(!) versions of Black, and then:call Black()
runs without problems.So it looks as if the mason-version of the plugin is not properly seen by nvim.
Version:
Beta Was this translation helpful? Give feedback.
All reactions