mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-25 00:38:23 -05:00
7 lines
188 B
VimL
7 lines
188 B
VimL
|
" augroup illuminate_augroup
|
||
|
" autocmd!
|
||
|
" autocmd VimEnter * hi link illuminatedWord Visual
|
||
|
" augroup END
|
||
|
|
||
|
let g:Illuminate_ftblacklist = ['javascript', 'jsx', 'html', 'nerdtree']
|