Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
TwIStOy committed Apr 13, 2024
1 parent ec8835e commit f3ab14b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/dotvim/pkgs/editor/plugins/neo-tree.lua
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,6 @@ return {
config = function(_, opts)
vim.defer_fn(function()
require("neo-tree").setup(opts)
end, 100)
end, 500)
end,
}

0 comments on commit f3ab14b

Please sign in to comment.