Skip to content

Commit

Permalink
nvim - Highlight tabs/trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenclark committed Jun 30, 2021
1 parent 0030d4e commit 102178f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .config/nvim/init.vim
Expand Up @@ -17,6 +17,9 @@ set completeopt-=preview
" better backspace
set backspace=indent,eol,start

" higlight trailing whitespace + tabs
set list listchars=trail:•,tab:--

" Relative line numbers when focused, otherwise regular line numbers
set number
set relativenumber
Expand Down

0 comments on commit 102178f

Please sign in to comment.