doc(packer): depend on nvim-lspconfig (#188)

neovim_0.6^2
Michael Adler 2 years ago committed by GitHub
parent a73fb38ef9
commit ff4bcc6d83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -132,9 +132,13 @@ Note: Highly recommened: 'nvim-treesitter/nvim-treesitter'
Packer
```lua
use {'ray-x/navigator.lua', requires = {'ray-x/guihua.lua', run = 'cd lua/fzy && make'}}
use({
'ray-x/navigator.lua',
requires = {
{ 'ray-x/guihua.lua', run = 'cd lua/fzy && make' },
{ 'neovim/nvim-lspconfig' },
},
})
```
## Setup

Loading…
Cancel
Save