home: vim: lua: utils: remove 'dump'
ci/woodpecker/push/check Pipeline was successful Details

It's now available as 'vim.print'.
This commit is contained in:
Bruno BELANYI 2024-03-12 15:13:20 +00:00
parent b16b6a534b
commit d365aba3c0
1 changed files with 0 additions and 6 deletions

View File

@ -1,11 +1,5 @@
local M = {}
--- pretty print lua object
--- @param obj any object to pretty print
M.dump = function(obj)
print(vim.inspect(obj))
end
--- checks if a given command is executable
--- @param cmd string? command to check
--- @return boolean executable