Skip to content

Commit

Permalink
Merge pull request #146 from anil9/master
Browse files Browse the repository at this point in the history
Add installation instructions for lazy.nvim (Neovim plugin manager)
  • Loading branch information
eraserhd committed May 7, 2024
2 parents 0e4d52e + ae57e98 commit d84828b
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 d84828b

Please sign in to comment.