From 63feeb9f369fc6176e85c1c2d8fcc863caad1946 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Tue, 10 Feb 2026 12:32:48 +0100 Subject: start new MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- .vim/plugin/undo.lua | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .vim/plugin/undo.lua (limited to '.vim/plugin/undo.lua') diff --git a/.vim/plugin/undo.lua b/.vim/plugin/undo.lua deleted file mode 100644 index aed6195..0000000 --- a/.vim/plugin/undo.lua +++ /dev/null @@ -1,10 +0,0 @@ --- persistent undo - -local undodir = vim.fn.stdpath('cache') .. '/undodir' - -if vim.fn.isdirectory(undodir) == 0 then - vim.fn.mkdir(undodir, 'p', '0700') -end - -vim.g.undodir = undodir -vim.opt.undofile = true -- cgit 1.4.1