Skip to content

Commit

Permalink
Improve vimrc.
Browse files Browse the repository at this point in the history
  • Loading branch information
alinpopa committed May 22, 2014
1 parent e2f977a commit b7b9598
Show file tree
Hide file tree
Showing 2 changed files with 425 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .vimrc
Expand Up @@ -103,9 +103,17 @@ set vb t_vb=
nmap nt <Esc>:NERDTreeToggle<CR>
if has("gui_running")
set guioptions-=T
set guioptions-=e
set t_Co=256
set guitablabel=%M\ %t
colorscheme lucius
else
colorscheme desert
endif

hi Visual guifg=White guibg=LightBlue gui=none

if has("autocmd")
filetype on

Expand All @@ -120,3 +128,4 @@ endif

let g:CommandTMaxFiles = 35000
let g:ctrlp_max_files = 35000

0 comments on commit b7b9598

Please sign in to comment.