vim-yapf: init at 2017-03-21

This commit is contained in:
Jörg Thalheim
2017-07-25 14:05:23 +01:00
parent 229b249281
commit 127b2624b7
3 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
buildPhase = ''
substituteInPlace ftplugin/python_yapf.vim \
--replace '"yapf"' '"${pkgs.yapf}/bin/yapf"'
'';