vim: add PP() global for pretty printing
This commit is contained in:
parent
3711e4c143
commit
e1bd1a7051
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,11 @@ P = function(v)
|
||||||
return v
|
return v
|
||||||
end
|
end
|
||||||
|
|
||||||
|
PP = function(v)
|
||||||
|
vim.pretty_print(v)
|
||||||
|
return v
|
||||||
|
end
|
||||||
|
|
||||||
RELOAD = function(...)
|
RELOAD = function(...)
|
||||||
return require('plenary.reload').reload_module(...)
|
return require('plenary.reload').reload_module(...)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue