mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Change the look of tabs to something nicer looking
This commit is contained in:
parent
f9f55b1092
commit
48ca3a723e
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@
|
|||
set visualbell "notify visually instead of with an audible bell
|
||||
set splitright "add new tiles on the right (and not left) when added
|
||||
set scrolloff=0 sidescrolloff=0 "start scrolling if the cursor is one position away from the edge
|
||||
set list listchars=tab:>-,trail:- "display tabs as: >-- and trailing spaces as: -
|
||||
set list listchars=tab:\┆·,trail:- "display tabs as: >-- and trailing spaces as: -
|
||||
set showmatch "show matching open bracket when closed bracket is inserted
|
||||
set matchtime=5 "the amount of time before the matching bracket will highlight
|
||||
let &showbreak="" "character to prepend to wrapped lines when linewrapping is enabled
|
||||
|
|
Loading…
Reference in a new issue