Skip to content

Commit a96aef5

Browse files
authored
Merge pull request #656 from Rusteam/patch-1
Update README.md with lazyvim installation
2 parents e8aa8ac + 17ed95a commit a96aef5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,16 @@ use {
123123
}
124124
```
125125

126+
Using `LazyVim`:
127+
- Add plugin config to lua plugins folder:
128+
```
129+
{
130+
"kkoomen/vim-doge",
131+
}
132+
```
133+
- Open nvim and run `:call doge#install()`
134+
135+
126136
# Configuration
127137

128138
Run `:help doge` to get the full help page.

0 commit comments

Comments
 (0)