samrxth/kyoto.nvim

What are the emojis appearing on the bottom left?

lukeberry99 opened this issue · 2 comments

image

These are (relatively) new, what plugin are they from and what purpose does it solve?

Its just a hello from coq_nvim, I have disabled it so if you pull now it should be fine.
OR
just go to your lua/globals/init.lua
then add this to your coq_settings

g.coq_settings = {
  auto_start = "shut-up",
  keymap = {
    jump_to_mark = "<c-q>",
  },
}

If you have any issues please feel free to reopen this issue or make a new one