Skip to content

Commit

Permalink
Clean up whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Jun 9, 2019
1 parent 008513f commit 2ff163b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/HOWTO.md
Expand Up @@ -518,14 +518,13 @@ GitHub](https://github.com/twpayne/chezmoi/issues/new).
## Use a merge tool other than vimdiff

By default, chezmoi uses vimdiff, but you can use any merge tool of your choice.
In your config file, specify the command and args to use. For example, to use
In your config file, specify the command and args to use. For example, to use
neovim's diff mode specify:

[merge]
command = "nvim"
args = "-d"


## Migrate from a dotfile manager that uses symlinks

Many dotfile managers replace dotfiles with symbolic links to files in a common
Expand Down

0 comments on commit 2ff163b

Please sign in to comment.