代码拉取完成,页面将自动刷新
A script shell will get a copy of the vimrc up and running on your local machine for testing purposes. The script will install the vimrc and compile the YouCompleteMe plugin:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/jarolrod/vim-python-ide/master/setup.sh)"
curl -fsSL https://raw.githubusercontent.com/jarolrod/vim-python-ide/master/setup.sh | sh
YouCompleteMe must be compiled for it to work. The install script handles the compiling, but if something goes wrong then do the following:
Plugin 'Valloric/YouCompleteMe'
brew install cmake
cd ~/.vim/bundle/YouCompleteMe
./install.py --clang-completer
Make sure you have Cmake and Python 3 Headers, they can be downloaded through your distributions package manager. Then run:
cd ~/.vim/bundle/YouCompleteMe
python3 ./install.py --clang-completer
This plugin is used to show file icons in NerdTree and requires additional steps to install:
set encoding=utf8
set guifont=<FONT_NAME> <FONT_SIZE>
let g:airline_powerline_fonts = 1
let g:pymode_run_bind='<F5>'
imap <F5> <Esc>:w<CR>:!clear;python %<CR>
nmap <F9> :bprev<CR>
nmap <F10> :bnext<CR>
nnoremap <F4> :set relativenumber!<CR>
let g:comfortable_motion_scroll_down_key = "j"
let g:comfortable_motion_scroll_up_key = "k"
nnoremap <silent> <C-d> :call comfortable_motion#flick(g:comfortable_motion_imp ulse_multiplier * winheight(0) * 2)<CR>
nnoremap <silent> <C-u> :call comfortable_motion#flick(g:comfortable_motion_imp ulse_multiplier * winheight(0) * -2)<CR>
nnoremap <silent> <C-f> :call comfortable_motion#flick(g:comfortable_motion_imp ulse_multiplier * winheight(0) * 4)<CR>
nnoremap <silent> <C-b> :call comfortable_motion#flick(g:comfortable_motion_imp ulse_multiplier * winheight(0) * -4)<CR>
nmap " :NERDTreeToggle<CR>
no <down> <Nop>
no <left> <Nop>
no <right> <Nop>
no <up> <Nop>
ino <down> <Nop>
ino <left> <Nop>
ino <right> <Nop>
ino <up> <Nop>
vno <down> <Nop>
vno <left> <Nop>
vno <right> <Nop>
vno <up> <Nop>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。