install devdocs plugin

This commit is contained in:
Andrzej 2024-05-15 11:28:22 +02:00
parent ac6258f478
commit 576efd8699
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
return {
"luckasRanarison/nvim-devdocs",
dependencies = {
"nvim-lua/plenary.nvim",
"nvim-telescope/telescope.nvim",
"nvim-treesitter/nvim-treesitter",
},
opts = {},
}