https://github.com/degete/vimrc
⚙️ Vim config files
https://github.com/degete/vimrc
neovim nvim vim vim-plugins vimrc
Last synced: 2 months ago
JSON representation
⚙️ Vim config files
- Host: GitHub
- URL: https://github.com/degete/vimrc
- Owner: Degete
- Created: 2020-11-04T05:32:02.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-08T07:54:54.000Z (about 5 years ago)
- Last Synced: 2025-06-29T15:39:31.180Z (about 1 year ago)
- Topics: neovim, nvim, vim, vim-plugins, vimrc
- Language: Vim script
- Homepage:
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## **VIM Configuration**
### Installation:
```sh
cd ~
git clone git@github.com:degete/vimrc.git ~/.vim
ln -s .vim/vimrc .vimrc
# For NeoVIM
ln -s ~/.vim .config/nvim
vim +PlugInstall +qall now
```
### General config
### [Mappings](config/mappings/README.md)
### [Plugins](config/plugins/README.md)