summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkkard2 <[email protected]>2023-12-29 11:51:45 +0100
committerkkard2 <[email protected]>2023-12-29 11:51:45 +0100
commit5147f94a208f65ae1e9ec5462c36b934f454b7d2 (patch)
tree3348a2e6a028375c79bf72ba26eff499d36e31bf
parent5434294957b7574e6600e690f10e7bead72180c7 (diff)
unreal
-rw-r--r--nvim/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/init.lua b/nvim/init.lua
index fdb5c44..5127a29 100644
--- a/nvim/init.lua
+++ b/nvim/init.lua
@@ -12,7 +12,7 @@ vim.opt.wrap = true -- we'll see if i like it
vim.opt.swapfile = false
vim.opt.backup = false
-vim.opt.undodir = os.getenv("HOME") .. "/.vim./undodir"
+vim.opt.undodir = os.getenv("HOME") .. "/.vim/undodir"
vim.opt.undofile = true
vim.opt.hlsearch = true