nvim: disable startup message
This commit is contained in:
parent
d6a8dc4d1e
commit
8068766afc
@ -1,5 +1,8 @@
|
|||||||
-- See `:help vim.o`
|
-- See `:help vim.o`
|
||||||
|
|
||||||
|
-- Disable intro message
|
||||||
|
vim.opt.shortmess = vim.opt.shortmess + 'I'
|
||||||
|
|
||||||
vim.opt.showmode = false
|
vim.opt.showmode = false
|
||||||
|
|
||||||
-- Set highlight on search
|
-- Set highlight on search
|
||||||
|
Loading…
x
Reference in New Issue
Block a user