Skip to content
This repository was archived by the owner on May 16, 2024. It is now read-only.

Commit 8c15d1a

Browse files
update(test): init.lua
Use the current directory path for the plugin.
1 parent 30a20c6 commit 8c15d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ vim.opt.rtp:prepend(lazypath)
1717
local plugins = {
1818
"nvim-treesitter/nvim-treesitter",
1919
"nvim-lua/plenary.nvim",
20-
"luckasRanarison/nvim-devdocs",
20+
{ dir = "../" },
2121
}
2222

2323
require("lazy").setup(plugins)

0 commit comments

Comments
 (0)