Change line length in pymode
This commit is contained in:
parent
f77e309609
commit
9c49f65d85
1 changed files with 4 additions and 0 deletions
|
@ -91,6 +91,9 @@ filetype plugin indent on " required
|
|||
|
||||
let g:ale_python_mypy_options = '--strict --strict-optional'
|
||||
|
||||
let g:pymode_options_max_line_length = 90
|
||||
let g:pymode_options_colorcolumn = 0
|
||||
|
||||
let g:ycm_extra_conf_globlist = ['!~/*'] " is overwritten in autogroups for c
|
||||
let g:ycm_autoclose_preview_window_after_insertion = 1
|
||||
|
||||
|
@ -206,6 +209,7 @@ augroup configgroup
|
|||
autocmd FileType ruby setlocal commentstring=#\ %s
|
||||
autocmd FileType python setlocal commentstring=#\ %s
|
||||
autocmd FileType python setlocal foldmethod=indent
|
||||
autocmd FileType python setlocal colorcolumn=80
|
||||
autocmd FileType python let g:ycm_python_interpreter_path = ''
|
||||
autocmd FileType python let g:ycm_python_sys_path = []
|
||||
autocmd FileType python let g:ycm_extra_conf_vim_data = ['g:ycm_python_interpreter_path', 'g:ycm_python_sys_path']
|
||||
|
|
Loading…
Add table
Reference in a new issue