1
0
mirror of https://github.com/amix/vimrc synced 2025-07-07 00:15:00 +08:00

Merge pull request #3 from amix/master

Merge from original repo
This commit is contained in:
Jaeguk Hyun
2022-09-25 18:56:39 +09:00
committed by GitHub
122 changed files with 5171 additions and 371 deletions

View File

@ -194,3 +194,14 @@ let g:EditorConfig_exclude_patterns = ['fugitive://.*']
" Copy the link to the line of a Git repository to the clipboard
nnoremap <leader>v :.GBrowse!<CR>
xnoremap <leader>v :'<'>GBrowse!<CR>
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => jedi-vim
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
let g:jedi#auto_vim_configuration = 0
let g:jedi#goto_assignments_command = "<leader>a"
let g:jedi#usages_command = "<leader>u"
let g:jedi#completions_command = "<C-Space>"
let g:jedi#rename_command = "<leader>r"
let g:jedi#popup_on_dot = 0