From 8fe5b25d025ef87da676f1fe8b8cd2cd2acdcfeb Mon Sep 17 00:00:00 2001 From: Sergio Alejandro Vargas Date: Mon, 26 Oct 2020 18:31:07 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6ce0c5d..1925390 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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