add readme and local vim
This commit is contained in:
parent
d9e6de3bfb
commit
6bef81ac26
2 changed files with 16 additions and 0 deletions
9
_vimrc_local.vim
Normal file
9
_vimrc_local.vim
Normal file
|
@ -0,0 +1,9 @@
|
|||
""""""""""""""""""""""""""""""""" JEDI
|
||||
|
||||
let g:jedi#auto_initialization = 1
|
||||
let g:jedi#use_tabs_not_buffers = 1
|
||||
let g:jedi#environment_path = "venv"
|
||||
|
||||
""""""""""""""""""""""""""""""""" ALE
|
||||
|
||||
let g:ale_pattern_options = {'\.py$': {'ale_enabled': 0}}
|
Loading…
Add table
Add a link
Reference in a new issue