aboutsummaryrefslogtreecommitdiff
path: root/core/globals.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/globals.lua')
-rw-r--r--core/globals.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/globals.lua b/core/globals.lua
index 8989c89..b0af26e 100644
--- a/core/globals.lua
+++ b/core/globals.lua
@@ -5,7 +5,7 @@ local utils = require('utils')
-- Inspect something
function _G.inspect(item)
- vim.pretty_print(item)
+ vim.print(item)
end
------------------------------------------------------------------------