We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a795c7c commit c4903b2Copy full SHA for c4903b2
lua/astrocommunity/editing-support/nvim-devdocs/README.md
@@ -1,6 +1,6 @@
1
# nvim-devdocs
2
3
-**Repository**: https://github.com/luckasRanarison/nvim-devdocs
+**Repository**: https://github.com/warpaint9299/nvim-devdocs
4
5
nvim-devdocs is a plugin which brings [DevDocs][devdocs-site] documentations into neovim.
6
Install, search and preview documentations directly inside neovim in markdown format with telescope integration.
lua/astrocommunity/editing-support/nvim-devdocs/init.lua
@@ -1,7 +1,7 @@
local prefix = "<Leader>f"
return {
- "luckasRanarison/nvim-devdocs",
+ "warpaint9299/nvim-devdocs",
dependencies = {
"nvim-lua/plenary.nvim",
7
"nvim-telescope/telescope.nvim",
0 commit comments