Browse Source

autoload/default: tweak indentLine plugin

my-config
NTBBloodbath 4 years ago
parent
commit
ac29bdcaa9
No known key found for this signature in database GPG Key ID: 18D6730BC846AAC5
  1. 1
      autoload/doom/default.vim

1
autoload/doom/default.vim

@ -68,6 +68,7 @@ function doom#default#loadGlob()
" Indent Lines
let g:indentLine_enabled = g:doom_show_indent
let g:indentLine_char_list = ['|', '¦', '┆', '┊']
let g:indentLine_fileTypeExclude = ['dashboard']
" NOTE: most of Doom Nvim plugins are written in Lua, their configs
" resides in the `lua/configs/` directory.

Loading…
Cancel
Save