added listchars, where are my colors?
This commit is contained in:
parent
5dd9f0df27
commit
328f217a41
1 changed files with 4 additions and 1 deletions
5
vimrc
5
vimrc
|
|
@ -1,10 +1,12 @@
|
||||||
|
|
||||||
|
set autoindent
|
||||||
|
set nocompatible
|
||||||
|
|
||||||
set background=dark
|
set background=dark
|
||||||
|
|
||||||
set number relativenumber
|
set number relativenumber
|
||||||
|
|
||||||
set mouse=a
|
set mouse=a
|
||||||
set tabstop=4
|
|
||||||
set shiftwidth=4
|
set shiftwidth=4
|
||||||
set expandtab
|
set expandtab
|
||||||
set shiftwidth=4
|
set shiftwidth=4
|
||||||
|
|
@ -12,3 +14,4 @@ set tabstop=4
|
||||||
|
|
||||||
set cc=80
|
set cc=80
|
||||||
|
|
||||||
|
set list listchars=tab:→\ \ ,trail:␣,extends:⇢,precedes:⇠,nbsp:+,eol:↵
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue