forked from dineshsalunke/nvim-config
refactor: disable swap file and correct the syntax of the shotmess
This commit is contained in:
parent
2e9198139b
commit
09fadb361f
@ -30,8 +30,8 @@ opt.numberwidth = 4
|
||||
opt.relativenumber = true -- Relative line numbers
|
||||
opt.ruler = false
|
||||
|
||||
-- disble vim intro
|
||||
opt.shortmess:append("sI")
|
||||
-- disble somem vim messages
|
||||
opt.shortmess:append({ I = true, s = true })
|
||||
|
||||
opt.signcolumn = "yes"
|
||||
opt.splitbelow = true
|
||||
@ -39,6 +39,7 @@ opt.splitright = true
|
||||
opt.termguicolors = true
|
||||
opt.timeoutlen = 400
|
||||
opt.undofile = true
|
||||
opt.swapfile = false
|
||||
|
||||
opt.updatetime = 250
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user