lewis6991 / pckr.nvim

Spiritual successor of https://github.com/wbthomason/packer.nvim
MIT License
243 stars 13 forks source link

Fresh install seems to be broken. Full `$XDG_DATA_HOME/nvim` wipe gets pckr to install nothing. #7

Closed DrKJeff16 closed 7 months ago

DrKJeff16 commented 11 months ago

Steps to reproduce

  1. Convert all packages I used to manage with Packer, sticking exclusively to the syntax provided in the README.md.
  2. Wipe $XDG_DATA_HOME/nvim ($HOME/.local/share/nvim) to get fresh install.
  3. Start nvim. Get my own warnings as expected.
  4. :Pckr install

Actual behaviour

[pckr.nvim[INFO 21:39:07] actions.lua:327: All configured plugins are installed. Yet none of my packages are cloned, let alone installed and loaded.

Expected behaviour

My packages to be installed...

pckr files

Plugin specification file(s) [abstract_setup.zip](https://github.com/lewis6991/pckr.nvim/files/12812138/abstract_setup.zip) _This includes my `init.lua`, `lua/pckr.lua` and `lua/pckr_ref.lua`. You can check it using `unzip -l `._ The latter file is for my pending files to convert.
lewis6991 commented 11 months ago

Seems to work fine for me. Your pckr file has a bunch of problems but that doesn't stop it from cloning the plugins.

lewis6991 commented 7 months ago

No response, closing.