Skip to content

Commit

Permalink
Merge pull request #656 from Rusteam/patch-1
Browse files Browse the repository at this point in the history
Update README.md with lazyvim installation
  • Loading branch information
kkoomen authored Mar 28, 2024
2 parents e8aa8ac + 17ed95a commit a96aef5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,16 @@ use {
}
```

Using `LazyVim`:
- Add plugin config to lua plugins folder:
```
{
"kkoomen/vim-doge",
}
```
- Open nvim and run `:call doge#install()`


# Configuration

Run `:help doge` to get the full help page.
Expand Down

0 comments on commit a96aef5

Please sign in to comment.