Skip to content

Commit

Permalink
Update .vimrc
Browse files Browse the repository at this point in the history
  • Loading branch information
onuronsekiz authored Nov 10, 2021
1 parent 1b8e3ad commit c59c93e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,16 @@ let g:currentmode={
\ 't' : 'Terminal'
\}

set title
set background=dark
hi clear
syntax on
set listchars=eol:¬,tab:⊳\ ,space:·,nbsp:␣,trail:•,extends:»,precedes:«

highlight NonText ctermfg=DarkGrey guifg=DarkGrey
highlight SpecialKey ctermfg=DarkGrey guifg=DarkGrey
highlight LineNr term=bold cterm=NONE ctermfg=DarkGrey ctermbg=NONE gui=NONE guifg=DarkGrey guibg=NONE
hi Comment cterm=italic ctermfg=239 ctermbg=NONE guifg=DarkGrey

set title
set number
set tabstop=4
set noexpandtab
Expand All @@ -46,7 +50,7 @@ set statusline+=%2*\ col:\ %02v\ " Column number
set statusline+=%3* " Separator
set statusline+=%1*\ ln:\ %02l/%L\ (%3p%%)\ " Line number / total lines, percentage of document
set statusline+=%0*\ %{toupper(g:currentmode[mode()])}\ " The current mode

set listchars=eol:¬,tab:⊳\ ,space:·,nbsp:␣,trail:•,extends:»,precedes:«

hi User1 ctermfg=007 ctermbg=239 guibg=#4e4e4e guifg=#adadad
hi User2 ctermfg=007 ctermbg=236 guibg=#303030 guifg=#adadad
Expand Down

0 comments on commit c59c93e

Please sign in to comment.