vim-plugins: add extra plugins
- isort - splice - a bunch of tpope's missing plugins
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
postPatch = ''
|
||||
substituteInPlace ftplugin/python_vimisort.vim \
|
||||
--replace 'import vim' 'import vim; import sys; sys.path.append("${pythonPackages.isort}/${python.sitePackages}")'
|
||||
'';
|
||||
Reference in New Issue
Block a user