We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c74653 commit 39bb4cdCopy full SHA for 39bb4cd
README.md
@@ -15,17 +15,29 @@ _Same commits are highlighted in the same color_
15
## Installation
16
17
```lua
18
-{
19
- 'FabijanZulj/blame.nvim',
+return {
+ {
20
+ "FabijanZulj/blame.nvim",
21
+ lazy = false,
22
+ config = function()
23
+ require('blame').setup {}
24
+ end,
25
+ },
26
}
27
```
28
29
### Activating additional blame options
30
- opts = {
- blame_options = { '-w' },
31
32
33
34
35
36
37
38
+ opts = {
39
+ blame_options = { '-w' },
40
41
},
42
43
0 commit comments