nvim: show otherwise hidden characters

main
Benjamin Yule Bädorf 2024-04-19 10:56:31 +02:00
parent 8ac837f481
commit ab956cf63a
Signed by: b12f
GPG Key ID: 729956E1124F8F26
2 changed files with 4 additions and 3 deletions

View File

@ -6,8 +6,7 @@ end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
indent_style = space
indent_size = 2
indent_style = tab
# Ignore diffs/patches
[*.{diff,patch}]

View File

@ -9,11 +9,13 @@ set viminfo='100,<100,s20 " vim file history
set hidden
set expandtab
set shiftwidth=2
set tabstop=2
set number
set relativenumber
set mouse=
set listchars=tab:→\ ,nbsp:␣,trail:␣,extends:⟩,precedes:⟨
set list
set autoindent
set smartindent