Skip to content

karlisup/vimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

vimrc

My default configuration for vim using Vundle.

Installing

First you need a Vundle (plug-in manager for vim)

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

Then you need to put a .vimrc file in your home folder. I prefer to do symlink to the home folder.

git clone https://github.com/karlisup/vimrc.git ~/dotfiles/vimrc
ln -s ~/dotfiles/vimrc/.vimrc ~/.vimrc

Install Vundle plugins.

vim
:PluginInstall

And it's done! ✨ 

Description

VIM configuration. It feels like working with Sublime Text editor, but better. Just some functionality I applied to VIM:

  • emmet awesomness
  • bracket creating the way you like (when writing CSS)
  • NerdTree for navigation
  • highlighting (nice theme)

About

πŸ”Œ Sublime-Text like vim configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published