Skip to content

Optimize your Vim experience with tailored configurations and settings designed to enhance your productivity and workflow within your Vim environment.

Notifications You must be signed in to change notification settings

lucianoscarpaci/vim-src

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Add .vim directory in home directory

mkdir ~/.vim

Add the colors directory inside the .vim directory with the Tomorrow Night Blue theme

mkdir ~/.vim/colors cd ~/.vim/colors wget https://raw.githubusercontent.com/lucianoscarpaci/vim-src/colors/Tomorrow-Night-Blue.vim

Create .vimrc file in home directory

cd ~ touch .vimrc

edit the .vimrc file and set the colorscheme to Tomorrow Night Blue and set syntax highlighting to ON

vim .vimrc colorscheme Tomorrow-Night-Blue syntax on

About

Optimize your Vim experience with tailored configurations and settings designed to enhance your productivity and workflow within your Vim environment.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published