Skip to content

Commit

Permalink
fix(utils): change deprecated pretty_print to print
Browse files Browse the repository at this point in the history
  • Loading branch information
ecosse3 committed Apr 25, 2023
1 parent 07954cf commit a4a2cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/utils/globals.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
P = function(v)
print(vim.pretty_print(v))
print(vim.print(v))
return v
end

Expand Down

0 comments on commit a4a2cf4

Please sign in to comment.