Skip to content

Commit

Permalink
Disable minitrailspace highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
rbong committed Sep 2, 2024
1 parent 4e14a9f commit c98ba37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ftplugin/floggraph.vim
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ silent setlocal
\ nowrap
\ readonly

let b:minitrailspace_disable = v:true

" Commands

command! -buffer -bang -range=0 -complete=customlist,flog#cmd#flog#args#Complete -nargs=* Flogsetargs call flog#cmd#FlogSetArgs([<f-args>], !empty('<bang>'))
Expand Down

0 comments on commit c98ba37

Please sign in to comment.