Skip to content

Commit

Permalink
Add installation instructions for lazy.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
anil9 committed Dec 29, 2023
1 parent 0e4d52e commit ae57e98
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,17 @@ Plug 'eraserhd/parinfer-rust', {'do':
\ 'nix-shell --run \"cargo build --release \"'}
----

==== `+lazy.nvim+`

Add this to your `+init.lua+`:

[source,viml]
----
require("lazy").setup({
{"eraserhd/parinfer-rust", build = "cargo build --release"}
})
----

==== `+Nix+`

If you are a Nix user using Nix + Home Manager to build your vim plugins, you can add:
Expand Down

0 comments on commit ae57e98

Please sign in to comment.