Skip to content

Commit

Permalink
home-manager/neovim: remove unnecessary extra lines
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Apr 9, 2024
1 parent c096cac commit 35b7f74
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions home-manager/editor/neovim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,9 @@ in
-- persistent undo
local undodir = vim.fn.expand("~/.config/nvim/undo")
vim.opt.undofile = true
vim.opt.undodir = undodir
if vim.fn.isdirectory(undodir) ~= 0 then
vim.fn.mkdir(undodir, "p", 0755)
end
Expand Down

0 comments on commit 35b7f74

Please sign in to comment.