celyes / dot-vimrc

My personal Vim editor configuration file

Home Page:https://pastebin.com/raw/4Lj9ZVpm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vim text editor configuration file

My personal .vimrc file


Requirements:

install cURL library:

sudo apt-get install curl

Usage:

1 - install vim.basic by executing these commands:

sudo apt update && sudo apt install vim vim-gui-common vim-runtime

2 - clone this repo

git clone https://github.com/celyes/dot-vimrc.git

3 - change the location and name of vimrc file

cd dot-vimrc 
mv vimrc ~/.vimrc

5 - install vim-plug:

git clone https://github.com/VundleVim/Vundle.vim ~/.vim/plugin/Vundle.vim

About

My personal Vim editor configuration file

https://pastebin.com/raw/4Lj9ZVpm

License:GNU General Public License v3.0


Languages

Language:Vim Script 100.0%