Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 582 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 582 Bytes

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