Quantcast
Channel: Vimタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 5608

Vim Ale で Docker 内のコマンド実行

$
0
0

Lint 用のコマンド (ここでは flake8) の実行パスが設定できるので、そこに登録してあげれば良い

~/.vimrc
letg:ale_python_flake8_executable='bin/flake8'
bin/flake8
#!/bin/bash

docker-compose exec web flake8 $@

Virtualenv の場合も、これで行ける気が

https://github.com/w0rp/ale/blob/master/doc/ale-python.txt


Viewing all articles
Browse latest Browse all 5608

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>