Skip to content

Commit

Permalink
fix: proper function name in rtp.nvim call (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
NTBBloodbath committed Apr 25, 2024
1 parent a142fa9 commit 4799436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/rocks-dev/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function rocks_dev.setup(user_configuration)

-- NOTE: We can't support `opt` for dev plugins,
-- as it doesn't integrate with `:Rocks packadd`
require("rtp_nvim").source_runtime_dir(data.dir)
require("rtp_nvim").source_rtp_dir(data.dir)

::continue::
end
Expand Down

0 comments on commit 4799436

Please sign in to comment.