lewis6991 / pckr.nvim

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

fix: loader.event CATS #30

Closed epheien closed 3 months ago

epheien commented 3 months ago

Fix function CATS to avoid lsp errors.

:h nvim_create_autocmd()

    Parameters: ~
      • {event}  (string|array) Event(s) that will trigger the handler
                 (`callback` or `command`).