deciced cursorline was needed

This commit is contained in:
Alex Kelly 2021-09-02 16:57:55 -04:00
parent a18fef9692
commit e8b4bfb692

View file

@ -213,3 +213,4 @@ autocmd FileType yaml setlocal ts=2 sts=2 sw=2 expandtab
autocmd BufWritePre *.py execute ':Black'
let g:fzf_layout = { 'window': { 'width': 0.8, 'height': 0.5, 'highlight': 'Comment' } }
let g:indentLine_fileTypeExclude = ['markdown']
set cursorline