Skip to content

Commit c4903b2

Browse files
authored
feat(nvim-devdocs): Update repository to a more up to date fork (#1254)
* Update init.lua * Update README.md
1 parent a795c7c commit c4903b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lua/astrocommunity/editing-support/nvim-devdocs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# nvim-devdocs
22

3-
**Repository**: https://github.com/luckasRanarison/nvim-devdocs
3+
**Repository**: https://github.com/warpaint9299/nvim-devdocs
44

55
nvim-devdocs is a plugin which brings [DevDocs][devdocs-site] documentations into neovim.
66
Install, search and preview documentations directly inside neovim in markdown format with telescope integration.

lua/astrocommunity/editing-support/nvim-devdocs/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
local prefix = "<Leader>f"
22

33
return {
4-
"luckasRanarison/nvim-devdocs",
4+
"warpaint9299/nvim-devdocs",
55
dependencies = {
66
"nvim-lua/plenary.nvim",
77
"nvim-telescope/telescope.nvim",

0 commit comments

Comments
 (0)