mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 22:55:10 +01:00
Show tabs and trailing whitespace
This commit is contained in:
6
.vimrc
6
.vimrc
@@ -162,6 +162,12 @@ filetype plugin indent on " required
|
||||
set number
|
||||
set cursorline
|
||||
syntax on
|
||||
|
||||
" Show tabs and trailspaces
|
||||
set listchars=tab:▸\ ,trail:·
|
||||
" Display whitespace
|
||||
set list
|
||||
|
||||
" enable words completion
|
||||
set dictionary+=/usr/share/dict/words
|
||||
" use ctrl-n ctrl-n instead of ctrl-x ctrl-k
|
||||
|
||||
Reference in New Issue
Block a user