packer.nvim icon indicating copy to clipboard operation
packer.nvim copied to clipboard

fix(compile): Use vim.opt to append runtimepaths

Open EdenEast opened this issue 2 years ago • 0 comments

This change uses vim.opt to append to the runtimepath instead of manually appending a concatenating string with vim.o.

Relates: #274 #554

EdenEast avatar Sep 07 '22 15:09 EdenEast