wbthomason / packer.nvim

A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config
MIT License
7.75k stars 261 forks source link

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

Closed EdenEast closed 1 year ago

EdenEast commented 1 year ago

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

Relates: #274 #554