Go lang plugins
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -46,3 +46,6 @@
|
||||
[submodule "bundle/quickfixsigns.vim"]
|
||||
path = bundle/quickfixsigns.vim
|
||||
url = https://github.com/tomtom/quickfixsigns_vim.git
|
||||
[submodule "bundle/golang.vim"]
|
||||
path = bundle/golang.vim
|
||||
url = https://github.com/jnwhiteh/vim-golang.git
|
||||
|
||||
Submodule bundle/bling updated: f6821bdb25...2aa1034081
Submodule bundle/emmet.vim updated: 6baf3c1210...fb11bd8b28
Submodule bundle/fugitive updated: 61fac2f738...8f0b8edfbd
1
bundle/golang.vim
Submodule
1
bundle/golang.vim
Submodule
Submodule bundle/golang.vim added at 43a820591b
Submodule bundle/hybrid.vim updated: 3cd241526a...90048c732a
Submodule bundle/lion.vim updated: 5c4ea8c1f9...7420c77393
Submodule bundle/nginx-syntax.vim updated: 4c271c948f...8dffab7043
Submodule bundle/quickfixsigns.vim updated: 0c58563302...b9dc037cfe
Submodule bundle/syntastic.vim updated: c035ac2426...fb71514648
Submodule bundle/tagbar.vim updated: fd79a17189...614b5b244f
Submodule bundle/vim-airline updated: 592cc412cf...942c6ae382
6
vimrc
6
vimrc
@@ -104,10 +104,10 @@ imap jk <Esc>
|
||||
nmap <space> zz
|
||||
|
||||
if has("gui_running")
|
||||
set guifont=Consolas:h10:cRUSSIAN,Lucida\ Console:h10:cRUSSIAN
|
||||
"set guifont=Menlo_for_Powerline:h10:cANSI
|
||||
"jset guifont=Consolas:h10:cRUSSIAN,Lucida\ Console:h10:cRUSSIAN
|
||||
set guifont=Menlo_for_Powerline:h10:cANSI
|
||||
else
|
||||
"let g:Powerline_symbols = 'fancy'
|
||||
let g:Powerline_symbols = 'fancy'
|
||||
set mouse=a
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user