mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +00:00
Disable swap files
This commit is contained in:
parent
5078c097f8
commit
50d2c47fc7
1 changed files with 1 additions and 0 deletions
|
|
@ -7,3 +7,4 @@ local opt = vim.opt
|
|||
|
||||
opt.relativenumber = false
|
||||
opt.colorcolumn = "100"
|
||||
opt.swapfile = false
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue