install devdocs plugin
This commit is contained in:
parent
ac6258f478
commit
576efd8699
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
"luckasRanarison/nvim-devdocs",
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
"nvim-telescope/telescope.nvim",
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
},
|
||||
opts = {},
|
||||
}
|
Loading…
Reference in New Issue