Skip to content

Commit 28e4d7f

Browse files
chore(doc): auto generate docs
1 parent 344d1c1 commit 28e4d7f

1 file changed

Lines changed: 1 addition & 40 deletions

File tree

doc/myplugins.nvim.txt

Lines changed: 1 addition & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*myplugins.nvim.txt* For NVIM v0.10.0 Last change: 2025 September 11
1+
*myplugins.nvim.txt* For NVIM v0.10.0 Last change: 2025 October 12
22

33
==============================================================================
44
Table of Contents *myplugins.nvim-table-of-contents*
@@ -10,7 +10,6 @@ Table of Contents *myplugins.nvim-table-of-contents*
1010
- bufcomplete |myplugins.nvim-bufcomplete|
1111
- cmdcomplete |myplugins.nvim-cmdcomplete|
1212
- diagnostics |myplugins.nvim-diagnostics|
13-
- difftool |myplugins.nvim-difftool|
1413
- httpyac |myplugins.nvim-httpyac|
1514
- lspdocs |myplugins.nvim-lspdocs|
1615
- lspecho |myplugins.nvim-lspecho|
@@ -116,44 +115,6 @@ Automatically disable `DiagnosticUnnecessary` highlighting for code under
116115
cursor.
117116

118117

119-
DIFFTOOL *myplugins.nvim-difftool*
120-
121-
`DiffTool <left> <right>` command for integration with `git difftool` and `git
122-
difftool --dir-diff`.
123-
124-
125-
DEFAULT CONFIG ~
126-
127-
>lua
128-
{
129-
rename = {
130-
detect = true, -- whether to detect renames, can be slow on large directories so disable if needed
131-
similarity = 0.5, -- minimum similarity for rename detection
132-
max_size = 1024 * 1024, -- maximum file size for rename detection
133-
},
134-
highlight = {
135-
A = 'DiffAdd', -- Added
136-
D = 'DiffDelete', -- Deleted
137-
M = 'DiffText', -- Modified
138-
R = 'DiffChange', -- Renamed
139-
},
140-
}
141-
<
142-
143-
144-
USAGE ~
145-
146-
Add this to your `gitconfig`:
147-
148-
>ini
149-
[diff]
150-
tool = nvim_difftool
151-
152-
[difftool "nvim_difftool"]
153-
cmd = nvim -c \"DiffTool $LOCAL $REMOTE\"
154-
<
155-
156-
157118
HTTPYAC *myplugins.nvim-httpyac*
158119

159120
Simple plugin for running http files using <httpyac>

0 commit comments

Comments
 (0)