Skip to content

Commit

Permalink
changed text color on 80-colum
Browse files Browse the repository at this point in the history
  • Loading branch information
akash0x53 committed Sep 20, 2019
1 parent 9bc0262 commit 560c72e
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ set foldlevel=-1
set tabstop=4
set shiftwidth=4
"set expandtab
colorscheme torte
colorscheme desert

"call pathogen#infect()
syntax on
Expand All @@ -37,6 +37,7 @@ let g:SuperTabDefaultCompletionType = "context"
set completeopt=menuone,longest,preview

map <c-n> :NERDTreeToggle<CR>
let g:NERDTreeNodeDelimiter="\t"
map <c-g> :GundoToggle<CR>
"searching
map <leader>a: Ack!
Expand All @@ -45,14 +46,11 @@ map <leader>a: Ack!
let g:jedi#goto_definitions_command = "<leader>g"

"hilight cursor col
set t_Co=256
set colorcolumn=80 "limit 80 cols
"highlight colorcolumn ctermbg=white ctermfg=black
"set cursorcolumn
"highlight CursorColumn ctermbg=red
"highlight searched word
set hlsearch
"no need! set cursorline
"
highlight Search ctermbg=yellow ctermfg=black
highlight ColorColumn ctermfg=white

func StripTrailingWS()
%s/\s\+$//ge
Expand Down

0 comments on commit 560c72e

Please sign in to comment.