-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
could not launch gvim with colorv plugin installed #25
Comments
..... 是不是你的&runtimepath路径不对? |
why you know I am chinese?because my en 很烂哈哈?这问题是重装系统之后出现的,同样是win10家里的gvim却可以跑。而且配置跟插件是云同步的。启动gvim并没有报错,是没有任何反应。 |
不能跑的是什么系统 |
确实英文比较烂。。。 |
win10 系统。 |
vimrc呢 |
set fileencodings=utf-8,gbk2312,gbk,gb18030,cp936 set langmenu=en_Us set nocompatible set fileformats=dos,unix,mac ""! must after set nocompatible exe 'set runtimepath+='. g:myruntimepath " seam minibufexpl has bug call pathogen#infect('bundle/{}', '{after}') filetype plugin on syntax on " Powerline setting {{{1 let g:Powerline_symbols='compatible' " }}}1 " vim-airline setting {{{1 let g:airline#extensions#tabline#enabled = 1 let g:airline#extensions#tabline#left_sep = '' "let g:airline_left_sep = '»' let g:airline_left_sep = '' if has('gui_running') || &term=='xterm' "let g:vimim_mode='dynamic' "indent guides setting set guioptions-=m set linebreak set nobackup set laststatus=2 set showcmd " Show (partial) command in status line. set autowrite " Automatically save before commands like :next and :make set hls "set scrolloff=999 set helplang=cn set browsedir=buffer "set autochdir set t_Co=256 set background=light let mapleader="," map inoremap " move cursor between splited window inoremap j inoremap k nnoremap l nnoremap siw "_yiw nnoremap saw "_yaw nnoremap sp "_p vnoremap pp p nnoremap H inoremap =strftime("%y/%m/%d-%H:%M:%S") "+-= for unix like term noremap <M-=> + inoremap inoremap inoremap inoremap inoremap o inoremap :w inoremap inoremap I "inoremap "inoremap gTa "inoremap gta nnoremap <M-;> A; nnoremap za inoremap inoremap <M-.> vnoremap / y/" " affter installed bufexplorer "" show mru list " CtrlP.vim setting {{{1 inoremap :CtrlPBuffer inoremap :CtrlPFiler inoremap :CtrlPMRU inoremap :CtrlPBookmarkDir inoremap :CtrlPDir let g:ctrlp_prompt_mappings = { let g:ctrlp_clear_cache_on_exit = 0 " }}}1 "dbg.vim setting let g:dbg#command_jdb = 'jdb' """ single complile setting {{{ """ fuzzyfinder setting {{{ ""NerdTreeToggle """ SingCompole setting{{{1 "vimwiki config let g:vimwiki_list = [{ let g:vimwiki_camel_case = 0 let g:vimwiki_hl_cb_checked = 1 let g:vimwiki_menu = '' let g:vimwiki_folding = 'expr' let g:vimwiki_CJK_length = 1 let g:vimwiki_valid_html_tags='b,i,s,u,sub,sup,kbd,del,br,hr,div,code,h1' autocmd BufWinEnter *.as setfiletype actionscript "let g:UltiSnipsExpandTrigger="" " PlantUML setting "autocmd Filetype plantuml nnoremap :silent execute '!type '.bufname('%').' | java -jar d:\apps\plantuml\plantuml.jar -charset UTF-8 -pipe > '.bufname('%').'.png' autocmd Filetype plantuml nnoremap :silent !start cmd /c "java -jar d:\apps\plantuml\plantuml.jar -charset UTF-8 %:p" cd $HOME "上传不了附件我就贴上来了 |
g:myruntimepath 你设置了吗 |
let g:bdypath='f:/rorex_dbank/_vim' " 同步盘目录 let g:myruntimepath=g:bdypath . '/vimfiles' let g:myvimrc=g:bdypath . '/myvimrc' " if filereadable(g:myvimrc) set guifont=DejaVu\ Sans\ Mono\ for\ Powerline:h11 set backupdir=C:\Windows\Temp let g:alpha=200 noremap :call ChangeTransparent() |
。。colorv没引用吧? 是不是colorv装的位置不对? |
所有插件都git到bundle下面的,包括colorv。 |
没看出问题。。我win10用的是https://github.com/junegunn/vim-plug ,以前用的是vundle,目测都可以。 |
ok,谢谢你。我回去慢慢研究下 |
I have no idea why gvim could not launch. howevery, after I remove colorv, gvim run fine.
myVimLog.zip
The text was updated successfully, but these errors were encountered: