Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
dimasriat committed Feb 7, 2024
1 parent 005d5dc commit 77f8972
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,21 @@ You can install `gecko.nvim` using your favorite package manager.
### With [Vim-Plug](https://github.com/junegunn/vim-plug)

```vim
Plug 'nvim-lua/plenary.nvim'
Plug 'nvim-telescope/telescope.nvim'
Plug 'dimasriat/gecko.nvim'
```

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

```lua
use {'dimasriat/gecko.nvim'}
use {
'dimasriat/gecko.nvim',
requires = {
{ 'nvim-lua/plenary.nvim' },
{ 'nvim-telescope/telescope.nvim' },
}
}
```

## Usage
Expand Down

0 comments on commit 77f8972

Please sign in to comment.