Skip to content

Instantly share code, notes, and snippets.

@BrennanBarker
Created October 13, 2021 23:36
Show Gist options
  • Select an option

  • Save BrennanBarker/d194aae585f197ad24eeded3109d6140 to your computer and use it in GitHub Desktop.

Select an option

Save BrennanBarker/d194aae585f197ad24eeded3109d6140 to your computer and use it in GitHub Desktop.
settings to get Jedi-vim to play nicely with superb
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