Skip to content

Commit

Permalink
docs: Add lazy.nvim installation instructions. (#1140) (#1152)
Browse files Browse the repository at this point in the history
* docs: Add lazy.nvim installation instructions. (#1140)

Signed-off-by: chris1320 <chris1320is@protonmail.com>

* docs: Update lazy.nvim installation instructions.

Signed-off-by: chris1320 <chris1320is@protonmail.com>

* drop lazy loading instructions from for lazy.nvim

---------

Signed-off-by: chris1320 <chris1320is@protonmail.com>
Co-authored-by: shadmansaleh <13149513+shadmansaleh@users.noreply.github.com>
  • Loading branch information
Chris1320 and shadmansaleh authored Dec 26, 2023
1 parent f76d9b6 commit 767a239
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,15 @@ use {
}
```

### [lazy.nvim](https://github.com/folke/lazy.nvim)

```lua
{
'nvim-lualine/lualine.nvim',
dependencies = { 'nvim-tree/nvim-web-devicons' }
}
```

You'll also need to have a patched font if you want icons.

## Usage and customization
Expand Down

0 comments on commit 767a239

Please sign in to comment.