" These are all pymode configs. You can read about them using :help pymodelet g:pymode = 1let g:pymode_warnings = 1let g:pymode_paths = []let g:pymode_trim_whitespaces = 1let g:pymode_options = 1let g:pymode_options_max_line_length = 79let g:pymode_options_colorcolumn = 1let g:pymode_quickfix_minheight = 3let g:pymode_quickfix_maxheight = 6let g:pymode_indent = 1let g:pymode_folding = 0let g:pymode_motion = 1let g:pymode_doc = 1let g:pymode_doc_bind = 'K'let g:pymode_virtualenv = 1let g:pymode_virtualenv_path = $VIRTUAL_ENVlet g:pymode_run = 1let g:pymode_run_bind = '<leader>r'let g:pymode_breakpoint = 1let g:pymode_breakpoint_bind = '<leader>b'let g:pymode_breakpoint_cmd = ''let g:pymode_lint = 1let g:pymode_lint_on_write = 1let g:pymode_lint_unmodified = 0let g:pymode_lint_on_fly = 0let g:pymode_lint_message = 1let g:pymode_lint_checkers = ['pyflakes', 'pep8', 'mccabe']let g:pymode_lint_ignore = ["E501", "W",]let g:pymode_lint_select = ["E501", "W0011", "W430"]let g:pymode_lint_sort = []let g:pymode_lint_cwindow = 1let g:pymode_lint_signs = 1let g:pymode_lint_todo_symbol = 'WW'let g:pymode_lint_comment_symbol = 'CC'let g:pymode_lint_visual_symbol = 'RR'let g:pymode_lint_error_symbol = 'EE'let g:pymode_lint_info_symbol = 'II'let g:pymode_lint_pyflakes_symbol = 'FF'let g:pymode_lint_options_pep8 =\ {'max_line_length': g:pymode_options_max_line_length}let g:pymode_lint_options_pyflakes = { 'builtins': '_' }let g:pymode_lint_options_mccabe = { 'complexity': 12 }let g:pymode_lint_options_pep257 = {}let g:pymode_lint_options_pylint =\ {'max-line-length': g:pymode_options_max_line_length}let g:pymode_rope = 1let g:pymode_rope_lookup_project = 0let g:pymode_rope_project_root = ""let g:pymode_rope_ropefolder='.ropeproject'let g:pymode_rope_show_doc_bind = '<C-c>d'let g:pymode_rope_regenerate_on_write = 1let g:pymode_rope_completion = 1let g:pymode_rope_complete_on_dot = 1let g:pymode_rope_completion_bind = '<C-Space>'let g:pymode_rope_autoimport = 0let g:pymode_rope_autoimport_modules = ['os', 'shutil', 'datetime']let g:pymode_rope_autoimport_import_after_complete = 0let g:pymode_rope_goto_definition_bind = '<C-c>g'let g:pymode_rope_goto_definition_cmd = 'new'let g:pymode_rope_rename_bind = '<C-c>rr'let g:pymode_rope_rename_module_bind = '<C-c>r1r'let g:pymode_rope_organize_imports_bind = '<C-c>ro'let g:pymode_rope_autoimport_bind = '<C-c>ra'let g:pymode_rope_module_to_package_bind = '<C-c>r1p'let g:pymode_rope_extract_method_bind = '<C-c>rm'let g:pymode_rope_extract_variable_bind = '<C-c>rl'let g:pymode_rope_use_function_bind = '<C-c>ru'let g:pymode_rope_move_bind = '<C-c>rv'let g:pymode_rope_change_signature_bind = '<C-c>rs'let g:pymode_syntax = 1let g:pymode_syntax_slow_sync = 1let g:pymode_syntax_all = 1let g:pymode_syntax_print_as_function = 0let g:pymode_syntax_highlight_async_await = g:pymode_syntax_alllet g:pymode_syntax_highlight_equal_operator = g:pymode_syntax_alllet g:pymode_syntax_highlight_stars_operator = g:pymode_syntax_alllet g:pymode_syntax_highlight_self = g:pymode_syntax_alllet g:pymode_syntax_indent_errors = g:pymode_syntax_alllet g:pymode_syntax_space_errors = g:pymode_syntax_alllet g:pymode_syntax_string_formatting = g:pymode_syntax_alllet g:pymode_syntax_string_format = g:pymode_syntax_alllet g:pymode_syntax_string_templates = g:pymode_syntax_alllet g:pymode_syntax_doctests = g:pymode_syntax_alllet g:pymode_syntax_builtin_objs = g:pymode_syntax_alllet g:pymode_syntax_builtin_types = g:pymode_syntax_alllet g:pymode_syntax_highlight_exceptions = g:pymode_syntax_alllet g:pymode_syntax_docstrings = g:pymode_syntax_all" vim:tw=79:ts=8:ft=help:norl:
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。