Hello, I'm struggling to install the plugin using the native Vim plugin manager, which seems to expect a structure like:
start
--- config
--- plugin
--- xxx.vim
and since in the structure of this project there's no plugin directory the package manager doesn't work.
Does anyone know if I'm doing something wrong, and how to install the package with the Vim native package manager?
EDIT: I was able to enable the plugin by manually injecting a plugin directory, in which I put the python.vim file.
Hello, I'm struggling to install the plugin using the native Vim plugin manager, which seems to expect a structure like:
and since in the structure of this project there's no
plugindirectory the package manager doesn't work.Does anyone know if I'm doing something wrong, and how to install the package with the Vim native package manager?
EDIT: I was able to enable the plugin by manually injecting a
plugindirectory, in which I put thepython.vimfile.