Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
savq authored Oct 26, 2020
1 parent 6360b80 commit 8fe5b25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ Paq is a Neovim package manager written in Lua.
## Requirements

- git
- Neovim 0.5
- [Neovim](https://github.com/neovim/neovim) 0.5

## Installation

Clone this repository:

```
```sh
git clone https://github.com/savq/paq-nvim.git \
"${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/pack/paqs/opt/paq-nvim
```
Expand All @@ -27,7 +27,7 @@ git clone https://github.com/savq/paq-nvim.git \
## Usage

In your init.vim, you can write something like:
```
```lua
lua << EOF

vim.cmd 'packadd paq-nvim' -- Load package
Expand Down

0 comments on commit 8fe5b25

Please sign in to comment.