pckr.nvim icon indicating copy to clipboard operation
pckr.nvim copied to clipboard

fix: #33

Open epheien opened this issue 1 year ago • 0 comments

plugin/* will not loaded when it modify rtp in autocmd, such as:

autocmd FileType * ++once set rtp+=~/myconf/vim/pckr/opt/nvim-lspconfig

so pckr need to load them

I try to use not vim.tbl_isempty(vim.v.event) check if in autocmd context, but it failed, seems it is a bug of nvim

epheien avatar Jul 26 '24 06:07 epheien