https://github.com/cirocosta/dot-vim
vim8 configs
https://github.com/cirocosta/dot-vim
dotfiles vim
Last synced: 2 months ago
JSON representation
vim8 configs
- Host: GitHub
- URL: https://github.com/cirocosta/dot-vim
- Owner: cirocosta
- Created: 2018-12-30T14:42:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-18T19:41:21.000Z (over 2 years ago)
- Last Synced: 2025-04-05T03:42:42.726Z (about 1 year ago)
- Topics: dotfiles, vim
- Language: Vim Script
- Homepage:
- Size: 296 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
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:
- jump to def: `gd`