Created
October 13, 2021 23:36
-
-
Save BrennanBarker/d194aae585f197ad24eeded3109d6140 to your computer and use it in GitHub Desktop.
settings to get Jedi-vim to play nicely with superb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| autocmd FileType python setlocal completeopt-=preview | |
| let g:jedi#max_doc_height=5 | |
| let g:SuperTabContextDefaultCompletionType = "<c-x><c-o>" | |
| let g:SuperTabDefaultCompletionType = "context" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment