https://github.com/tiaguinho/my-vim
My configurations and plugins for vim
https://github.com/tiaguinho/my-vim
vim vim-configs vim-configuration vimrc
Last synced: 4 months ago
JSON representation
My configurations and plugins for vim
- Host: GitHub
- URL: https://github.com/tiaguinho/my-vim
- Owner: tiaguinho
- Created: 2018-07-28T13:52:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-13T11:35:55.000Z (over 4 years ago)
- Last Synced: 2025-02-26T05:15:53.574Z (7 months ago)
- Topics: vim, vim-configs, vim-configuration, vimrc
- Language: Vim script
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My vim configurations
## Install
Execute the following steps to install and use this configurations and plugins.
```bash
git clone https://github.com/tiaguinho/my-vim .vim
cd .vim
make pathogen
git submodule update --init
cd ..
ln -s .vim/vimrc .vimrc
```## Extra packages
| package name | link |
| ---- | ---- |
| FZF | https://github.com/junegunn/fzf |