Skip to content

Commit c924c88

Browse files
committed
fix(options): set swapfile to false to prevent lagging
1 parent 63e3d81 commit c924c88

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
@@ -66,7 +66,7 @@ local function load_options()
6666
splitkeep = "screen",
6767
splitright = true,
6868
startofline = false,
69-
swapfile = true,
69+
swapfile = false,
7070
switchbuf = "usetab,uselast",
7171
termguicolors = true,
7272
timeout = true,

0 commit comments

Comments
 (0)