summaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorEkaitz Zárraga <ekaitz.zarraga@gmail.com>2016-03-30 12:29:27 +0200
committerEkaitz Zárraga <ekaitz.zarraga@gmail.com>2016-03-30 12:29:27 +0200
commit3e706e9e918c1ca8353a07acc1750d46c3f85d0b (patch)
tree856d4e85b7a9fe62a4972cce42667a780306eac3 /vim
parentf12153008ffcd5c09f94cc7e918556da813ca4fc (diff)
Not necessary to set t_Co, it's enough with xterm-256-color export
Diffstat (limited to 'vim')
-rw-r--r--vim/.vimrc5
1 files changed, 0 insertions, 5 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index 9021c93..e97b8c8 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -21,11 +21,6 @@ nnoremap <CR> :noh<CR><CR>
" Understand .md as markdown
autocmd BufNewFile,BufRead *.md set ft=markdown
-" Get 256 colors
-if $TERM == "xterm-256color"
- set t_Co=256
-endif
-
" Ingnore Case in search
set ignorecase