disable intro message
This commit is contained in:
parent
376fb5df91
commit
080b90f430
1 changed files with 2 additions and 0 deletions
|
@ -61,3 +61,5 @@ vim.opt.swapfile = false
|
||||||
vim.opt.backup = false
|
vim.opt.backup = false
|
||||||
vim.opt.undodir = os.getenv("HOME") .. "/.local/share/nvim/undodir"
|
vim.opt.undodir = os.getenv("HOME") .. "/.local/share/nvim/undodir"
|
||||||
vim.opt.undofile = true
|
vim.opt.undofile = true
|
||||||
|
|
||||||
|
vim.opt.shortmess = "I"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue