https://github.com/rasjonell/vim-ultimum
⚡️ The Ultimate VIM plugin.
https://github.com/rasjonell/vim-ultimum
nvim nvim-plugin vim vim-plugin
Last synced: 5 months ago
JSON representation
⚡️ The Ultimate VIM plugin.
- Host: GitHub
- URL: https://github.com/rasjonell/vim-ultimum
- Owner: rasjonell
- Created: 2022-07-22T15:00:23.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-22T15:14:13.000Z (almost 4 years ago)
- Last Synced: 2025-04-14T16:52:57.948Z (about 1 year ago)
- Topics: nvim, nvim-plugin, vim, vim-plugin
- Language: Vim script
- Homepage:
- Size: 572 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vim Ultimum
Make your vim behave exactly like VS Code.

Every now and then developers give `vim` a shot.
They spend a huge amount of time configuring it to behave like a modern editor.
Instead of wasting your precious time writing `~/.vimrc`s just install this one plugin and let it take care of the rest.
## Installation
### Step 1
Remove all of your configs.
```sh
rm ~/.vimrc
touch ~/.vimrc
```
Or if you use `nvim`
```sh
rm ~/.config/nvim/init.vim
touch ~/.config/nvim/init.vim
```
### Step 2
Add `vim-ultimum` to your config.
```vim
Plug 'rasjonell/vim-ultimum'
```
### Step 3
Run `:PlugInstall`
### Step 4
Open up vim and start navigating.
### Step 5
Enjoy your precious time.