Mercurial > dotfiles
annotate hgrc/hgrc-Windows_NT @ 484:759ccf5befb2
Make lightline work when some other plugins are not enabled.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 24 Sep 2020 23:10:38 -0700 |
parents | ace0146ff1bc |
children | 36300968dc55 |
rev | line source |
---|---|
20 | 1 [ui] |
476
ace0146ff1bc
Use plink from scoop install.
Ludovic Chabant <ludovic@chabant.com>
parents:
428
diff
changeset
|
2 ssh = "%USERPROFILE%\scoop\shims\plink.exe" -ssh -2 -batch -C |
387
de3af7240a61
Use the new Vim version as the default Mercurial editor.
Ludovic Chabant <ludovic@chabant.com>
parents:
200
diff
changeset
|
3 editor = "C:\Program Files (x86)\Vim\vim80\vim.exe" |
20 | 4 |
5 [extdiff] | |
6 cmds.wdiff = "C:\Program Files (x86)\WinMerge\WinMergeU.exe" | |
7 | |
8 [tortoisehg] | |
9 editor = "C:\Program Files (x86)\Notepad++\notepad++.exe" | |
10 vdiff = "C:\Program Files (x86)\WinMerge\WinMergeU.exe" | |
11 | |
428
7d83a5eab234
Mercurial pager enabled.
Ludovic Chabant <ludovic@chabant.com>
parents:
387
diff
changeset
|
12 # vim: ft=cfg |