vim.g["jedi#popup_on_dot"] = 1 vim.g["jedi#use_tabs_not_buffers"] = 0 vim.g["jedi#popup_select_first"] = 0 vim.g["jedi#show_call_signatures"] = "2" -- Keybindings vim.g["jedi#goto_command"] = "" -- "d" vim.g["jedi#goto_assignments_command"] = "gD" vim.g["jedi#goto_stubs_command"] = "" -- "s" vim.g["jedi#goto_definitions_command"] = "gd" vim.g["jedi#documentation_command"] = "K" vim.g["jedi#usages_command"] = "n" vim.g["jedi#completions_command"] = "" vim.g["jedi#rename_command"] = "rn" vim.g["jedi#rename_command_keep_name"] = "" -- "R"