diff options
| author | jdhao <jdhao@hotmail.com> | 2023-04-07 22:42:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-08 04:42:24 +0800 |
| commit | 644993a89e8be251c10f4d2b1bb761301f4545b1 (patch) | |
| tree | 5e796f10ad4ea784c8c733a439d64ec2f39f0011 /core/globals.lua | |
| parent | 8746c7eb11f368efb90226f8a49eec57764ba06a (diff) | |
bump to nvim version 0.9.0 (#188)
Diffstat (limited to 'core/globals.lua')
| -rw-r--r-- | core/globals.lua | 2 |
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 ------------------------------------------------------------------------ |
