ms-jpq / coq_nvim

Fast as FUCK nvim completion. SQLite, concurrent scheduler, hundreds of hours of optimization.
GNU General Public License v3.0
3.58k stars 99 forks source link

Can't remove the greeting #662

Closed vidy007 closed 2 months ago

vidy007 commented 2 months ago

when trying to remove it

vim.g.coq_settings.display.statusline.helo = false

coq says this:

E5113: Error while calling lua chunk: /home/artem/.config/nvim/init.lua:1
06: attempt to index field 'display' (a nil value)                       
stack traceback:                                                         
        /home/artem/.config/nvim/init.lua:106: in main chunk
vidy007 commented 2 months ago

edit: im a bit dumb, need to write it like this:

vim.g.coq_settings.display.statusline.helo = false