added devdocs plugin
This commit is contained in:
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 = {}
|
||||
}
|
Reference in New Issue
Block a user