Skip to content

Commit

Permalink
docs(readme): correct outdated comment in bootstrap snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Dec 22, 2024
1 parent d021d14 commit 6e5bf97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ do
}
package.cpath = package.cpath .. ";" .. table.concat(luarocks_cpath, ";")

-- Load all installed plugins, including rocks.nvim itself
-- Add rocks.nvim to the runtimepath
vim.opt.runtimepath:append(vim.fs.joinpath(rocks_config.rocks_path, "lib", "luarocks", "rocks-5.1", "rocks.nvim", "*"))
end

Expand Down

0 comments on commit 6e5bf97

Please sign in to comment.