mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-07 11:14:32 +08:00
For whatever reason tabs were used as indentation
This commit is contained in:
@@ -15,10 +15,10 @@ if get(g:, 'jedi#auto_vim_configuration', 1)
|
|||||||
" jedi-vim really needs, otherwise jedi-vim cannot start.
|
" jedi-vim really needs, otherwise jedi-vim cannot start.
|
||||||
filetype plugin on
|
filetype plugin on
|
||||||
|
|
||||||
augroup jedi_pyi
|
augroup jedi_pyi
|
||||||
au!
|
au!
|
||||||
autocmd BufNewFile,BufRead *.pyi set filetype=python
|
autocmd BufNewFile,BufRead *.pyi set filetype=python
|
||||||
augroup END
|
augroup END
|
||||||
|
|
||||||
" Change completeopt, but only if it was not set already.
|
" Change completeopt, but only if it was not set already.
|
||||||
" This gets done on VimEnter, since otherwise Vim fails to restore the
|
" This gets done on VimEnter, since otherwise Vim fails to restore the
|
||||||
|
|||||||
Reference in New Issue
Block a user