NvChad / NvChad

Blazing fast Neovim config providing solid defaults and a beautiful UI, enhancing your neovim experience.
https://nvchad.com/
GNU General Public License v3.0
24.94k stars 2.13k forks source link

The phrase `recording @a` does not appear. #2447

Closed minocrafft closed 1 year ago

minocrafft commented 1 year ago

Describe the bug I remember the phrase like recording @a appearing in the past when using the Vim macro with nvchad, but, It no longer sees this phrase after updating to the latest version.

To Reproduce Steps to reproduce the behavior:

  1. Run NvChadUpdate
  2. Run vim macro such as qa

Screenshots recording The "기록중" is the same word as "recording" in Korean. Pure vim appears the phrase recording @a. But, neovim is not.

Is the feature no longer used?

Desktop (please complete the following information):

siduck commented 1 year ago

why is nvchadUpdate even involved here? do you want to run macro before update?

minocrafft commented 1 year ago

NvChadUpdate is pulling the latest update to local. right?

So I thought some of the features were changed during the update.

If there is not any change, Isn't it supposed to appear?

siduck commented 1 year ago

@minocrafft yes nvchadUpdate pulls latest commit. but what does recording have to do with it?

minocrafft commented 1 year ago

Sorry, please excuse my poor expression

no_recording

Previously, the word recording @a was displayed in the lower left corner, which means that you are recording a macro to register, but it does not appear now.

So there's no way to know if the macro key is working properly.

Of course, I can check it through the :register command, but I want to be able to know in real time.

siduck commented 1 year ago

@minocrafft press qa again

siduck commented 1 year ago

https://github.com/NvChad/NvChad/assets/59060246/d6cc7fd7-afa6-4e40-af56-6d4d556efc30

minocrafft commented 1 year ago

Ooh.. I think there's a problem with my setting. Thank you.

minocrafft commented 1 year ago

I found the problem. The folke/noice.nvim was the cause.

Previously, the text was displayed at the bottom left, but the letter began to be invisible as it was displayed in the center floating window due to the noice.nvim plugin.

When the noice.nvim is disabled, the text appears properly.

nonoice

siduck commented 1 year ago

yes, noice overrides some default functionality so messages wont show down ( cmd area ) but they'll be shown as notifications. i dont like that way so i dont use it.

Always verify issue before posting on nvchad github!