Skip to content

Commit

Permalink
rm un-needed init func for fundo
Browse files Browse the repository at this point in the history
undofile is already set in default options
  • Loading branch information
siduck committed Mar 22, 2024
1 parent 629b755 commit 5c06cc5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lua/nvcommunity/editor/undo/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ local spec = {
"kevinhwang91/nvim-fundo",
event = "VeryLazy",
opts = {},
init = function()
vim.o.undofile = true
end,
build = function()
require("fundo").install()
end,
Expand Down

0 comments on commit 5c06cc5

Please sign in to comment.