nvim: disable startup message

This commit is contained in:
Łukasz Pankowski 2024-03-15 00:19:31 +01:00
parent d6a8dc4d1e
commit 8068766afc

View File

@ -1,5 +1,8 @@
-- See `:help vim.o`
-- Disable intro message
vim.opt.shortmess = vim.opt.shortmess + 'I'
vim.opt.showmode = false
-- Set highlight on search