From 644993a89e8be251c10f4d2b1bb761301f4545b1 Mon Sep 17 00:00:00 2001 From: jdhao Date: Fri, 7 Apr 2023 22:42:24 +0200 Subject: bump to nvim version 0.9.0 (#188) --- core/globals.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/globals.lua') 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 ------------------------------------------------------------------------ -- cgit v1.2.3