File: .vimrc

package info (click to toggle)
ofxstatement-plugins 20161204
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,160 kB
  • ctags: 1,619
  • sloc: python: 4,374; xml: 292; makefile: 103
file content (3 lines) | stat: -rw-r--r-- 142 bytes parent folder | download | duplicates (5)
1
2
3
let g:flake8_cmd="/usr/bin/python3-flake8"
let g:syntastic_python_python_exe = 'python3'
let g:syntastic_python_pylint_exe = 'python3-pylint'