summaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc15
1 files changed, 0 insertions, 15 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 6a171d8..351a66a 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -136,21 +136,6 @@ set mouse=a
"" Colorscheme
try | colorscheme solarized | catch | endtry
-" function! UpdateColorscheme()
-" if strftime("%H") >= 8 && strftime("%H") < 21
-" set background=light
-" else
-" set background=dark
-" endif
-
-" hi Cursor guifg=white guibg=blue
-" hi iCursor guifg=black guibg=green
-" hi! link conceal normal
-" hi! link folded comment
-" endfunction
-" autocmd! BufNewFile,BufRead,BufWrite * :call UpdateColorscheme()
-
-"" Custom mappings
" General
nnoremap <Leader>te :tabedit