https://github.com/liascode/vim-simple-init-config
Ultra simple configuration for start using VIM
https://github.com/liascode/vim-simple-init-config
config simple vim vimrc
Last synced: 11 months ago
JSON representation
Ultra simple configuration for start using VIM
- Host: GitHub
- URL: https://github.com/liascode/vim-simple-init-config
- Owner: LiasCode
- Created: 2023-09-22T02:54:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-11T20:01:01.000Z (11 months ago)
- Last Synced: 2025-03-11T21:19:23.993Z (11 months ago)
- Topics: config, simple, vim, vimrc
- Language: Vim Script
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## VIM ultra simple starter config
### Usage
1- Install vim
[Vim Github Repository](https://github.com/vim/vim)
Find online a guide for your OS
2- Clone this repo
```bash
git clone https://github.com/LiasCode/vim-simple-init-config ~/.vim
```
3- Exec vim
Forget the errors and `inside vim` run
```bash
:PlugInstall
```
4- That's all
### Then continue editing the settings to your preference
```bash
vim ~/.vim
```