chore(init.lua): disable Neovim intro message to improve user experience

This commit is contained in:
David Ibia
2024-07-30 23:22:04 +01:00
parent a101cf5e0c
commit 5631e845d1

View File

@@ -1,3 +1,7 @@
-- disable nvim intro
vim.opt.shortmess:append "sI"
vim.opt.nu = true vim.opt.nu = true
vim.opt.relativenumber = true vim.opt.relativenumber = true