mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
nvim: disable intro
This commit is contained in:
parent
5f7c3bfca7
commit
7be42ca752
1 changed files with 3 additions and 0 deletions
|
|
@ -45,6 +45,9 @@ vim.keymap.set({ 'n', 'v' }, '<Space>', '<Nop>', { silent = true })
|
|||
|
||||
--[[ cfg_options: See `:help vim.o` ]]
|
||||
|
||||
-- Disable Intro (:intro)
|
||||
vim.opt.shortmess:append('I')
|
||||
|
||||
-- Set window title
|
||||
vim.o.title = true
|
||||
vim.o.titlestring = '%F'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue