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.relativenumber = true -- Relative line numbers
|
||||||
opt.ruler = false
|
opt.ruler = false
|
||||||
|
|
||||||
-- disble vim intro
|
-- disble somem vim messages
|
||||||
opt.shortmess:append("sI")
|
opt.shortmess:append({ I = true, s = true })
|
||||||
|
|
||||||
opt.signcolumn = "yes"
|
opt.signcolumn = "yes"
|
||||||
opt.splitbelow = true
|
opt.splitbelow = true
|
||||||
@ -39,6 +39,7 @@ opt.splitright = true
|
|||||||
opt.termguicolors = true
|
opt.termguicolors = true
|
||||||
opt.timeoutlen = 400
|
opt.timeoutlen = 400
|
||||||
opt.undofile = true
|
opt.undofile = true
|
||||||
|
opt.swapfile = false
|
||||||
|
|
||||||
opt.updatetime = 250
|
opt.updatetime = 250
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user