https://github.com/theobrigitte/vim
Vim configuration
https://github.com/theobrigitte/vim
vim vim-configuration vimrc
Last synced: about 1 year ago
JSON representation
Vim configuration
- Host: GitHub
- URL: https://github.com/theobrigitte/vim
- Owner: TheoBrigitte
- Created: 2018-07-09T21:50:41.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-04T13:45:52.000Z (over 1 year ago)
- Last Synced: 2025-02-12T11:23:05.141Z (over 1 year ago)
- Topics: vim, vim-configuration, vimrc
- Language: Vim Script
- Homepage:
- Size: 39.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vim configuration
Here is my Vim configuration aimed at Golang development.
### Install
#### Requirements
* universal ctags: https://github.com/universal-ctags/ctags
#### Setup
First remove any existing `~/.vimrc` file.
1. Clone this repo `git clone https://github.com/TheoBrigitte/vim ~/.vim`
2. Run `vim -s install.vim`
### Plugins management
* Plugins are managed by [vim-plug][1] and stored under [bundle](bundle).
* Here is the list of used [plugins](config/01.plugin.vim).
* See [commands][2] in vim-plug documentation for further management.
[1]: https://github.com/junegunn/vim-plug
[2]: https://github.com/junegunn/vim-plug#commands