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

comment filetype incident:python 2 incident

This commit is contained in:
vsooda
2015-12-25 11:22:39 +08:00
parent 0e2abf1262
commit 14dab531d3
2 changed files with 7 additions and 4 deletions

View File

@ -17,7 +17,7 @@ let s:default_settings = {
\ 'auto_initialization': 1,
\ 'auto_vim_configuration': 1,
\ 'goto_command': "'<leader>d'",
\ 'goto_assignments_command': "'<leader>g'",
\ 'goto_assignments_command': "'<leader>gg'",
\ 'goto_definitions_command': "''",
\ 'completions_command': "'<C-Space>'",
\ 'call_signatures_command': "'<leader>n'",