Skip to content

Commit

Permalink
feat(readme): upd tag
Browse files Browse the repository at this point in the history
  • Loading branch information
creativenull committed Aug 10, 2023
1 parent 5c4aeaf commit abf749c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,26 +38,26 @@ Install with your favorite plugin manager or just use builtin packages.
```lua
{
'creativenull/efmls-configs-nvim',
version = 'v0.1.3',
version = 'v0.2.x', -- tag is optional
dependencies = { 'neovim/nvim-lspconfig' },
}
```

### Packer.nvim
### packer.nvim

```lua
use {
'creativenull/efmls-configs-nvim',
tag = 'v0.1.3', -- tag is optional
tag = 'v0.2.*', -- tag is optional
requires = { 'neovim/nvim-lspconfig' },
}
```

### Vim-plug
### vim-plug

```vim
Plug 'neovim/nvim-lspconfig'
Plug 'creativenull/efmls-configs-nvim', { 'tag': 'v0.1.3' } " tag is optional
Plug 'creativenull/efmls-configs-nvim', { 'tag': 'v0.2.*' } " tag is optional
```

## Documentation
Expand Down

0 comments on commit abf749c

Please sign in to comment.