mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 03:30:36 +00:00
chore(init.lua): disable Neovim intro message to improve user experience
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user