https://github.com/celyes/dot-vimrc
My personal Vim editor configuration file
https://github.com/celyes/dot-vimrc
linux vim vim-colorscheme-dark vim-colorschemes vim-conf vim-config vim-configs vim-plugins vimrc vimrc-configuration vimscript
Last synced: about 1 month ago
JSON representation
My personal Vim editor configuration file
- Host: GitHub
- URL: https://github.com/celyes/dot-vimrc
- Owner: celyes
- License: gpl-3.0
- Created: 2019-02-08T13:31:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-23T12:42:46.000Z (about 2 years ago)
- Last Synced: 2025-04-02T04:22:57.892Z (about 2 months ago)
- Topics: linux, vim, vim-colorscheme-dark, vim-colorschemes, vim-conf, vim-config, vim-configs, vim-plugins, vimrc, vimrc-configuration, vimscript
- Language: Vim Script
- Homepage: https://pastebin.com/raw/4Lj9ZVpm
- Size: 403 KB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Vim text editor configuration file
**My personal .vimrc file**
#### Requirements:
install cURL library:
```bash
sudo apt-get install curl
```#### Usage:
1 - install vim.basic by executing these commands:
```bash
sudo apt update && sudo apt install vim vim-gui-common vim-runtime
```2 - clone this repo
```bash
git clone https://github.com/celyes/dot-vimrc.git
```3 - change the location and name of vimrc file
```bash
cd dot-vimrc
mv vimrc ~/.vimrc
```
5 - install vim-plug:
```bash
git clone https://github.com/VundleVim/Vundle.vim ~/.vim/plugin/Vundle.vim
```