aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Runge <david.runge@frqrec.com>2014-10-31 18:40:07 +0100
committerDavid Runge <david.runge@frqrec.com>2014-10-31 18:40:07 +0100
commit68e6607f14097d41342ec977ab8d08a101f7794a (patch)
tree223256886f676315fb34bd641ff06b52cdf9e8d6
parent9d3df302b8cb5f6291100efcefcb1feea282fbc2 (diff)
downloaddotfiles-68e6607f14097d41342ec977ab8d08a101f7794a.tar.gz
dotfiles-68e6607f14097d41342ec977ab8d08a101f7794a.tar.bz2
dotfiles-68e6607f14097d41342ec977ab8d08a101f7794a.tar.xz
dotfiles-68e6607f14097d41342ec977ab8d08a101f7794a.zip
vim: removing yadr style .vimrc.after (now included in .vimrc and .vim/*.vim files)
-rw-r--r--.vimrc.after19
1 files changed, 0 insertions, 19 deletions
diff --git a/.vimrc.after b/.vimrc.after
deleted file mode 100644
index a47ca58..0000000
--- a/.vimrc.after
+++ /dev/null
@@ -1,19 +0,0 @@
-"" SEEMS IRRELEVANT
-"" always show modeline
-"set ls=2
-
-" show cursorline
-set cursorline
-
-" colorscheme
-let g:solarized_termcolors=256
-let g:solarized_termtrans=1
-set background=dark
-"colorscheme solarized
-
-"dont show the error list automatically
-"let g:syntastic_auto_loc_list=0
-
-" Setting variables for vim-processing
-let g:processing_doc_style='local'
-let g:processing_doc_path='~/.vim/bundle/vim-processing/syntax/processing.vim'