nvim-lua / kickstart.nvim

A launch point for your personal nvim configuration
MIT License
16.93k stars 17.05k forks source link

fix: highlight group clear on each attach #874

Closed sudo-tee closed 2 months ago

sudo-tee commented 2 months ago

In my other pull request when opening a 2 buffers it would clear the whole group and removing the commands for other buffers.

It was an oversight on my part. and I introduced an unwanted side effect.