File: .vimrc

package info (click to toggle)
ofxstatement-plugins 20181208
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,064 kB
  • sloc: python: 7,004; xml: 1,027; makefile: 135; sh: 84
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'