gitignore bak files with postfix ~
This commit is contained in:
parent
c90e809b44
commit
bcbdd2b475
@ -16,6 +16,7 @@ __pycache__/
|
||||
.env
|
||||
*.log
|
||||
*.bak
|
||||
*~
|
||||
|
||||
# db
|
||||
*.db
|
||||
|
||||
@ -12,7 +12,7 @@ opt.relativenumber = true
|
||||
opt.clipboard:append { 'unnamed' }
|
||||
opt.clipboard:append { 'unnamedplus' }
|
||||
|
||||
opt.shortmess:append{a = true, s = true, I = true, c = true, S = true } -- disable startup message
|
||||
opt.shortmess:append{a = true, s = true, I = true, c = true, S = true} -- disable startup message
|
||||
|
||||
opt.cmdheight = 1
|
||||
vim.wo.signcolumn = "yes:1"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user