Skip to content

Commit

Permalink
docs: add installation instructions for lazy.nvim (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haris-AK authored Apr 2, 2023
1 parent b4af78d commit aa7f489
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,16 @@ It is recommended to use this extension if you use `mason.nvim` and `nvim-dap`.

# Installation

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

```lua
{
"williamboman/mason.nvim",
"mfussenegger/nvim-dap",
"jay-babu/mason-nvim-dap.nvim",
}
```

## [Packer](https://github.com/wbthomason/packer.nvim)

```lua
Expand Down

0 comments on commit aa7f489

Please sign in to comment.