Is there a way to echo a custom message in vim on startup? I tried using echo "Message"
in my vimrc, but nothing seems to come up.
You probably want to set up an autocmd
to ensure everything is finished loading before your message appears.
autocmd VimEnter * echo "Message"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With