https://github.com/nrjpoddar/vim-settings
Repository for VIM integration and settings
https://github.com/nrjpoddar/vim-settings
vim vim-settings
Last synced: 27 days ago
JSON representation
Repository for VIM integration and settings
- Host: GitHub
- URL: https://github.com/nrjpoddar/vim-settings
- Owner: nrjpoddar
- Created: 2017-09-05T20:20:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T09:28:40.000Z (about 2 years ago)
- Last Synced: 2025-03-02T16:49:32.429Z (over 1 year ago)
- Topics: vim, vim-settings
- Language: Vim Script
- Size: 134 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository contains default VIM settings and integrations for various
languages.
## Usage
Clone this repository as `.vim` under your $HOME directory
```bash
git clone --recursive https://github.com/nrjpoddar/vim-settings.git $HOME/.vim
```
Create a symbolic link for `$HOME/.vimrc` from this repository
```bash
ln -s $HOME/.vim/.vimrc $HOME/.vimrc
```