How do I hide this message while typing in Neovim?

161 Views Asked by At

When I type this annoying line appears and hides what I'm writing image 1

image 2

image 3

1

There are 1 best solutions below

0
On

I have recently encountered similar problem and this helped me. Try to add in config.lua:

vim.opt.title = false