Skip to content

Commit

Permalink
fix diff problems
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Mar 18, 2020
1 parent 8bc1a1e commit c4e08a8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions dotfiles/kakoune.nix
Expand Up @@ -239,10 +239,9 @@ in {
hook global BufWritePre .* %{ mkdir %val{bufname} }
# Git status
# hook global BufOpenFile .* %{ git show-diff }
# hook global WinCreate .* %{ git show-diff }
# hook global BufWritePost .* %{ git update-diff }
# hook global BufReload .* %{ git update-diff }
hook global WinSetOption filetype=.+ %{ git show-diff }
hook global BufWritePost .* %{ git update-diff }
hook global BufReload .* %{ git update-diff }
# TODO: NormalIdle?
## LANGUAGES
Expand Down

0 comments on commit c4e08a8

Please sign in to comment.