nvim: show otherwise hidden characters
This commit is contained in:
parent
8ac837f481
commit
ab956cf63a
|
@ -6,8 +6,7 @@ end_of_line = lf
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
indent_style = space
|
indent_style = tab
|
||||||
indent_size = 2
|
|
||||||
|
|
||||||
# Ignore diffs/patches
|
# Ignore diffs/patches
|
||||||
[*.{diff,patch}]
|
[*.{diff,patch}]
|
||||||
|
|
|
@ -9,11 +9,13 @@ set viminfo='100,<100,s20 " vim file history
|
||||||
|
|
||||||
set hidden
|
set hidden
|
||||||
|
|
||||||
set expandtab
|
|
||||||
set shiftwidth=2
|
set shiftwidth=2
|
||||||
|
set tabstop=2
|
||||||
set number
|
set number
|
||||||
set relativenumber
|
set relativenumber
|
||||||
set mouse=
|
set mouse=
|
||||||
|
set listchars=tab:→\ ,nbsp:␣,trail:␣,extends:⟩,precedes:⟨
|
||||||
|
set list
|
||||||
|
|
||||||
set autoindent
|
set autoindent
|
||||||
set smartindent
|
set smartindent
|
||||||
|
|
Loading…
Reference in a new issue