Go lang plugins

This commit is contained in:
Vasili Svirydau
2014-02-26 15:11:05 -08:00
parent 61349bc62e
commit 626615cb44
13 changed files with 17 additions and 13 deletions

3
.gitmodules vendored
View File

@@ -46,3 +46,6 @@
[submodule "bundle/quickfixsigns.vim"] [submodule "bundle/quickfixsigns.vim"]
path = bundle/quickfixsigns.vim path = bundle/quickfixsigns.vim
url = https://github.com/tomtom/quickfixsigns_vim.git url = https://github.com/tomtom/quickfixsigns_vim.git
[submodule "bundle/golang.vim"]
path = bundle/golang.vim
url = https://github.com/jnwhiteh/vim-golang.git

1
bundle/golang.vim Submodule

Submodule bundle/golang.vim added at 43a820591b

6
vimrc
View File

@@ -104,10 +104,10 @@ imap jk <Esc>
nmap <space> zz nmap <space> zz
if has("gui_running") if has("gui_running")
set guifont=Consolas:h10:cRUSSIAN,Lucida\ Console:h10:cRUSSIAN "jset guifont=Consolas:h10:cRUSSIAN,Lucida\ Console:h10:cRUSSIAN
"set guifont=Menlo_for_Powerline:h10:cANSI set guifont=Menlo_for_Powerline:h10:cANSI
else else
"let g:Powerline_symbols = 'fancy' let g:Powerline_symbols = 'fancy'
set mouse=a set mouse=a
endif endif