Skip to content

Commit

Permalink
README.md: update lazy.nvim instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
glacambre committed Jul 30, 2024
1 parent c5ea28f commit 4d2eef5
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,7 @@ Before installing anything please read [SECURITY.md](SECURITY.md) and make sure
* [lazy](https://github.com/folke/lazy.nvim)

```lua
{
'glacambre/firenvim',

-- Lazy load firenvim
-- Explanation: https://github.com/folke/lazy.nvim/discussions/463#discussioncomment-4819297
lazy = not vim.g.started_by_firenvim,
build = function()
vim.fn["firenvim#install"](0)
end
}
{ 'glacambre/firenvim', build = ":call firenvim#install(0)" }

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

Expand Down

0 comments on commit 4d2eef5

Please sign in to comment.