Skip to content

Commit

Permalink
whoops.
Browse files Browse the repository at this point in the history
  • Loading branch information
L3MON4D3 committed Oct 28, 2023
1 parent c17de0c commit 28e9513
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lua/luasnip/loaders/from_vscode.lua
Original file line number Diff line number Diff line change
Expand Up @@ -349,9 +349,7 @@ end

function Collection:do_lazy_load(ft)
for file, _ in pairs(self.lazy_files[ft]) do
if not self.loaded_path_ft[file] then
self:load_file(file, ft)
end
self:load_file(file, ft)
end
end

Expand Down

0 comments on commit 28e9513

Please sign in to comment.