3 Star 0 Fork 2

Gitee 极速下载/python-mode

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/klen/python-mode
克隆/下载
debugvimrc.vim 836 Bytes
一键复制 编辑 原始数据 按行查看 历史
" Use this settings for testing the plugin.
"
" Run vim with command:
"
" $ vim -u ./debug.vim /my/py/file.py
"
" Only python-mode will be loaded.
" Disable all persistence between sessions.
let skip_defaults_vim=1
" TODO XXX: this nevertheless keeps viminfo enabled. As a workaround the flag
" '-i NONE' should be added to vim's loading.
set viminfo=
set nobackup
set noswapfile
" Modify vimrc configuration.
execute('set rtp+='. expand('<sfile>:p:h'))
set rtp -=$HOME/.vim
set rtp -=$HOME/.vim/after
set nocompatible
" Activate debugging.
let g:pymode_debug = 1
" Define a common shell for non Windows systems.
if ! (has('win16') || has('win32') || has('win64'))
set shell=/bin/bash
endif
" IMPORTANT: Do note that the history of this session is saved on the log file.
" See the augroup in ./ftplugin/python/pymode.vim file.
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/mirrors/python-mode.git
git@gitee.com:mirrors/python-mode.git
mirrors
python-mode
python-mode
develop

搜索帮助