Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.

Commit f2358f8

Browse files
chore: format source code
1 parent 64e5fe8 commit f2358f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/doom/core/settings/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ M.load_default_options = function()
118118
if vim.fn.isdirectory(undo_dir) ~= 1 then
119119
vim.api.nvim_command("!mkdir -p " .. undo_dir)
120120
end
121-
vim.opt.undofile = true
121+
vim.opt.undofile = true
122122
end
123123

124124
-- If backup is false but `undo_dir` still exists then it will delete it.

0 commit comments

Comments
 (0)