The latest change introduced the option to use a seperate file for defining plugins ootb. At least on my machine, this does not seem to work as expected.
How to reproduce
- check out kickstart.nvim in
~/.config/nvim
- add file
lua/costum/plugins.lua
- copy relevant snippet from Readme
- save and reopen neovim
- run
:PackerSync
- no new plugins are added :(
Can anybody reproduce this, or is there something wrong with my setup? Thx