5 lines
207 B
Plaintext
5 lines
207 B
Plaintext
![]() |
postPatch = ''
|
||
|
substituteInPlace ftplugin/python_vimisort.vim \
|
||
|
--replace 'import vim' 'import vim; import sys; sys.path.append("${pythonPackages.isort}/${python.sitePackages}")'
|
||
|
'';
|