mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 03:35: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 number
|
||||||
set cursorline
|
set cursorline
|
||||||
syntax on
|
syntax on
|
||||||
|
|
||||||
|
" Show tabs and trailspaces
|
||||||
|
set listchars=tab:▸\ ,trail:·
|
||||||
|
" Display whitespace
|
||||||
|
set list
|
||||||
|
|
||||||
" enable words completion
|
" enable words completion
|
||||||
set dictionary+=/usr/share/dict/words
|
set dictionary+=/usr/share/dict/words
|
||||||
" use ctrl-n ctrl-n instead of ctrl-x ctrl-k
|
" use ctrl-n ctrl-n instead of ctrl-x ctrl-k
|
||||||
|
|||||||
Reference in New Issue
Block a user