alpha2phi / modern-neovim

Crafting a modernized development environment with Neovim.
MIT License
138 stars 41 forks source link

cursor is blinking in macOS #16

Closed avivelmakias1 closed 1 year ago

avivelmakias1 commented 1 year ago

Hi alpha, first of all i wanted to say that i really like your config and the tutorials your posting on medium.

so i've tried to clone and run your repo, but it seems that every second or so my cursor is blinking, even though it's not enabled in my terminals. I've tried using iTerm2, kitty, or even the default terminal app, and in all of them when i enter a file the cursor starts to blink. I've also noticed that it's not happening when I'm in the explorer or any other buffer.

it's only happening in your configuration as far as i know (i've tried using astrovim, nvchad and lvim) do you know what might cause the issue and how to fix it?

o306336202 commented 1 year ago

comment this line,in file: lua\plugins\statusline\init.lua lualine_b = { components.git_repo, "branch" },

mengwangk commented 1 year ago

This is fixed in the latest update