What are the emojis appearing on the bottom left?
lukeberry99 opened this issue · 2 comments
lukeberry99 commented
samrxth commented
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>",
},
}
samrxth commented
If you have any issues please feel free to reopen this issue or make a new one