Skip to content

Instantly share code, notes, and snippets.

@laixintao
Last active August 4, 2017 03:34
Show Gist options
  • Save laixintao/6e1d2127f5ee3918e8ee1986073ee1b1 to your computer and use it in GitHub Desktop.
Save laixintao/6e1d2127f5ee3918e8ee1986073ee1b1 to your computer and use it in GitHub Desktop.
Since Jedi doesn't support realtime complete, I use youCompleteMe for complete, and jedi for going to definition.

NOTE: subject to change! :

let g:jedi#goto_command = "<leader>d"
let g:jedi#goto_assignments_command = "<leader>g"
let g:jedi#goto_definitions_command = ""
let g:jedi#documentation_command = "K"
let g:jedi#usages_command = "<leader>n"
let g:jedi#completions_command = "<C-Space>"
let g:jedi#rename_command = "<leader>r"
let g:jedi#completions_enabled = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment