Skip to content

Commit

Permalink
chore: Update packer example
Browse files Browse the repository at this point in the history
  • Loading branch information
jokajak committed Aug 22, 2023
1 parent 1d872db commit da6699d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ Here are code snippets for some common installation methods:

* With [wbthomason/packer.nvim](https://github.com/wbthomason/packer.nvim):

| Branch | Code snippet |
|--------|------------------------------------------------------|
| Main | `use 'jokajak/keyseer.nvim'` |
| Stable | `use { 'jokajak/keyseer.nvim', branch = 'stable' }` |
| Branch | Code snippet |
|--------|-------------------------------------------------------------------------------------|
| Main | `use {'jokajak/keyseer.nvim', config = function() require('keyseer').setup() end }` |
| Stable | `use { 'jokajak/keyseer.nvim', branch = 'stable' }` |

## 🧰 Commands

Expand Down

0 comments on commit da6699d

Please sign in to comment.