remove startup message, clean init.lua

This commit is contained in:
2025-07-14 23:34:40 +05:00
parent 645e292b0d
commit 3812064349
3 changed files with 4 additions and 7 deletions

View File

@ -47,3 +47,5 @@ vim.cmd "au VimLeave * silent! !xmodmap -e 'clear Lock' -e 'keycode 0x42 = Caps_
vim.cmd "set cursorline"
--disable startup message
vim.cmd "set shortmess+=I"