Results 33 comments of askfiy

2022-07-03: Now the based on neovim-0.8 version configuration has been officially merged into the master branch with some changes: - Now plugins no longer distinguish whether they are written in...

I don't use them, but you can add them yourself.

Is this related to plugin lazy loading? I don't use zoxide, and I'm mostly happy with my current configuration. So I may not be able to help you. This configuration...

This feature makes sense and I am willing to wait for its implementation ..

Keep an eye out for this issue...

Well, I think you guys can try this, until this issue is fixed: ``` vim.api.nvim_create_autocmd({ "BufEnter" }, { pattern = { "*" }, command = "normal zx", }) ```

@aleprovencio This is actually a bug in which-key itself, not related to the autocommand above [273](https://github.com/folke/which-key.nvim/issues/273) I also gave a fix in this question

the same, but I get an error: ``` E5108: Error executing lua ...te/pack/packer/opt/which-key.nvim/lua/which-key/view.lua:52: Window was closed immediately stack traceback: [C]: in function 'nvim_open_win' ...te/pack/packer/opt/which-key.nvim/lua/which-key/view.lua:52: in function 'show' ...te/pack/packer/opt/which-key.nvim/lua/which-key/view.lua:262: in function...