Skip to content

Commit 521dac1

Browse files
authored
fix(#1520): disable swapfile (#1531)
1 parent 13b5bd4 commit 521dac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/core/options.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ local function load_options()
6565
splitkeep = "screen",
6666
splitright = true,
6767
startofline = false,
68-
swapfile = true,
68+
swapfile = false,
6969
switchbuf = "usetab,uselast",
7070
termguicolors = true,
7171
timeout = true,

0 commit comments

Comments
 (0)