2018-12-12 09:02:12 +00:00
set tabstop = 4
2020-02-26 12:10:39 +00:00
set softtabstop = 0
2018-12-12 09:02:12 +00:00
set shiftwidth = 4
2020-02-26 12:10:39 +00:00
set noexpandtab
" set softtabstop=8
" set tabstop=4
" set shiftwidth=4
2018-12-12 09:02:12 +00:00
2019-03-30 17:33:39 +00:00
set textwidth = 88
2018-12-12 09:02:12 +00:00
set foldmethod = indent
set foldnestmax = 1
2019-03-30 17:26:43 +00:00
set colorcolumn = 88
2019-04-02 22:21:45 +00:00
noremap < F4 > :w < CR > :silent ! clear ;python %< CR > :redraw ! < CR >
2018-12-12 09:02:12 +00:00
nnoremap < silent > < buffer > < F5 > :call SaveAndExecute ( 'python' ) < CR >
command ! CTagsPython ! ctags - R - - fields = + l - - languages = python - - python - kinds = - iv - f ./.tags - py $( python - c "import os, sys; print(' '.join('{}'.format(d) for d in sys.path if os.path.isdir(d)))" )