cirocosta / dot-vim

vim8 configs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

INSTALL

	1. Retrieve this repo and link `.vimrc`

		git clone https://github.com/cirocosta/dot-vim ~/.vim --recursive
		ln -s $(realpath ~/.vim/.vimrc) $(realpath ~/.vimrc)


	2. Prepare go completion

		open vim
		:GoInstallBinaries
			- use omnifunc: <C-x><C-o>
			- jump to def: `gd`

About

vim8 configs


Languages

Language:Vim Script 100.0%