vimfiles icon indicating copy to clipboard operation
vimfiles copied to clipboard

The ~/.vim directory that we share at work

Results 5 vimfiles issues
Sort by recently updated
recently updated
newest added

This simple feature makes it possible to keep local host specific config in $HOME/.vimrc.local

This fork: - Adds two new plugins: CtrlP and Airline - Sets default color scheme to "Solarized Dark" - Edits README to provide instructions on how to fetch the latest...

I have this function that as soon as i enter a buffer it will change its working dir so when i use :tabe or :e I can search for files...

I'm not finding which is wrong in this line set statusline+=%{(&fenc!='utf-8'&&&fenc!='')?'['.&fenc.']':''} I getting the error below: bash: .vimrc: line 32: syntax error near unexpected token `(' bash: .vimrc: line 32:...

This isn't a huge problem but I have had to disable the SASS syntax checker as `sass` doesn't understand the concept of importing SASS partials and hence errors when it...