Heache Bear

Results 33 comments of Heache Bear

Can you list the steps to repoduce the issue? And will this issue still occur after disabling the vscode-neovim extension? @Devin-Pi

There is no `spc`+`e` shortcut in explorer, there is only `space` to expand folder or preview file. I can't reproduce the issue in Fig.1 ![image](https://github.com/mrbeardad/nvim/assets/54128430/1912b963-2535-40eb-b69e-b1a5e0d9eea3)

> Thanks for your reply! Now, I have got this ERROR. It seems related to the Buffer Manger. It is strange. ![image](https://private-user-images.githubusercontent.com/89199086/329180116-2b58995f-36db-4f22-ad0d-86d75d68412e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTUyNDU4MzAsIm5iZiI6MTcxNTI0NTUzMCwicGF0aCI6Ii84OTE5OTA4Ni8zMjkxODAxMTYtMmI1ODk5NWYtMzZkYi00ZjIyLWFkMGQtODZkNzVkNjg0MTJlLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA1MDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNTA5VDA5MDUzMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTZkYjFmNDgxNzI2OGRkMjUxMTQ2YjY5NTVkN2U5NzMwMzM0NmJhNWMwMTk3YWI0NTU1NmU0ZTY0YTIyZDIxZDEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.BIGenRQGq_G6xGWV5YDKrOeeBgr6HQDw3tyTnf-Pdsg) Actually, neo-tree plugin is disabled when you use...

1. What is your `nvim --version` 2. Which keymap did you use to paste? Maybe a full steps list is helpful.

`autohide` is what you want, but it only work when `jump_labels` is false. So, you have to disable `jump_labels` too in operator-pending mode. ```lua { modes = { char =...

```diff opts = { label = { -- only use lowercase letters for jump labels uppercase = false, -- use as the first label current = false, -- position the...

```diff opts = { label = { -- only use lowercase letters for jump labels uppercase = false, -- use as the first label current = false, -- position the...

@fdschmidt93 It is improved, but still exist.

It works good in mini init.lua, but not after install lots of plugins that make my nvim slow.