added devdocs plugin
This commit is contained in:
parent
f631f2ad86
commit
284000e988
10
lua/plugins/nvim-devdocs.lua
Normal file
10
lua/plugins/nvim-devdocs.lua
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
return {
|
||||||
|
'luckasRanarison/nvim-devdocs',
|
||||||
|
dependencies = {
|
||||||
|
'nvim-lua/plenary.nvim',
|
||||||
|
'nvim-telescope/telescope.nvim',
|
||||||
|
'nvim-treesitter/nvim-treesitter',
|
||||||
|
},
|
||||||
|
branch = 'master',
|
||||||
|
opts = {}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user