nvim: disable intro

This commit is contained in:
He4eT 2025-05-20 16:36:36 +02:00
commit 7be42ca752

View file

@ -45,6 +45,9 @@ vim.keymap.set({ 'n', 'v' }, '<Space>', '<Nop>', { silent = true })
--[[ cfg_options: See `:help vim.o` ]] --[[ cfg_options: See `:help vim.o` ]]
-- Disable Intro (:intro)
vim.opt.shortmess:append('I')
-- Set window title -- Set window title
vim.o.title = true vim.o.title = true
vim.o.titlestring = '%F' vim.o.titlestring = '%F'