Browse Source

Enable Rainbow Brackets globally

master
Julio Biason 4 years ago
parent
commit
931f799c1b
  1. 2
      nvim/init.vim

2
nvim/init.vim

@ -38,6 +38,8 @@ set nowrap " instead of wrapping the text to the next line, scroll left a
set laststatus=2 " Always display the status line
set showtabline=2 " Always display the tab bar
let mapleader=" " " Leader (special character for plugins) is Space
let g:rainbow_active = 1 " This is part of the Rainbow brackets, enabling it globally.
" }}}
" Mappings {{{

Loading…
Cancel
Save