lewis6991 / pckr.nvim

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

fix command complete issues #27

Closed epheien closed 1 month ago

epheien commented 1 month ago

Fix these issues:

  1. :Pckr st<Tab> " will clear st
  2. :Telescope buf<Tab> " will clear buf when Telescope was cond loaded by cmd('Telescope')
lewis6991 commented 1 month ago

Thanks