Skip to content

Commit

Permalink
remove dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbuhr committed Aug 26, 2022
1 parent 391ad14 commit fc6e2d9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,12 @@ Install the plugin from GitHub with your favourite neovim plugin manager e.g.
[packer.nvim](https://github.com/wbthomason/packer.nvim):

```lua
use { 'quarto-dev/quarto-nvim',
requires = { {'nvim-lua/plenary.nvim'} }
}
use { 'quarto-dev/quarto-nvim' }
```

or [vim-plug](https://github.com/junegunn/vim-plug)

```vim
Plug 'nvim-lua/plenary.nvim'
Plug 'quarto-dev/quarto-nvim'
```

Expand Down

0 comments on commit fc6e2d9

Please sign in to comment.