Skip to content

Commit

Permalink
Disable highlighting matching parens
Browse files Browse the repository at this point in the history
It's annoying
  • Loading branch information
simonrw committed Aug 18, 2023
1 parent 6ca29aa commit ff3855e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions home/nvim/nixinit.vim
Original file line number Diff line number Diff line change
Expand Up @@ -304,3 +304,6 @@ if exists("$EXTRA_VIM")
exec "source ".path
endfor
endif

" disable matching paren highlighting
let loaded_matchparen = 1

0 comments on commit ff3855e

Please sign in to comment.