Closed Qusic closed 2 years ago
Based on nvim docs:
Package entries are not visible in :set rtp or echo &rtp, as the final concatenated path would be too long and get truncated.
:set rtp
echo &rtp
Thus we will have to use nvim_get_runtime_file to support installing this as a package in nvim.
nvim_get_runtime_file
I am not familiar with vim script, so please help comment if my code is not idiomatic. Thanks!
Based on nvim docs:
Thus we will have to use
nvim_get_runtime_file
to support installing this as a package in nvim.I am not familiar with vim script, so please help comment if my code is not idiomatic. Thanks!