Skip to content

celyes/dot-vimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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