Skip to content

Commit

Permalink
Use linter to show too-long lines
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelRobitaille committed Jun 14, 2020
1 parent 6c3656f commit 9f31c60
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions vim/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -243,12 +243,6 @@ match Todo /\s\+$/
" No folding
set nofoldenable

" Highlight characters that go over line length limit
augroup vimrc_autocmds
" autocmd BufEnter *.js highlight OverLength ctermbg=grey
" autocmd BufEnter *.js match OverLength /\%82v.*/
augroup END


"
" Buffers
Expand Down

0 comments on commit 9f31c60

Please sign in to comment.