davidhalter / jedi-vim

Using the jedi autocompletion library for VIM.
MIT License
5.27k stars 370 forks source link

Add the buffer-local option 'b:jedi_added_sys_path' #1082

Closed jamescherti closed 2 years ago

jamescherti commented 2 years ago

This pull request adds the buffer-local option b:jedi_added_sys_path that can be used to add additional sys_path.

davidhalter commented 2 years ago

Great stuff, thanks! load_project should probably be refactored to use get_project, but that should not be your concern.

jamescherti commented 2 years ago

Great stuff, thanks!

My pleasure!

load_project should probably be refactored to use get_project, but that should not be your concern.

Good idea, David. Making load_project() use get_project() will reduce code duplicate.

-- James Cherti