Better whitespace highlighting
This commit is contained in:
parent
f5dba31529
commit
c458b179c6
1 changed files with 3 additions and 1 deletions
|
@ -15,9 +15,11 @@ set smarttab
|
|||
set softtabstop=0
|
||||
set tabstop=8
|
||||
|
||||
set listchars=tab:>\ ,trail:-,nbsp:+,lead:.
|
||||
set listchars=tab:→\ ,trail:-,extends:»,precedes:«,nbsp:+,lead:␣
|
||||
set list
|
||||
|
||||
set scrolloff=5
|
||||
|
||||
autocmd TermOpen,TermEnter * setlocal nonumber norelativenumber nospell nohlsearch
|
||||
|
||||
let g:deoplete#enable_at_startup = 1
|
||||
|
|
Loading…
Add table
Reference in a new issue