format.lvim: Format a lvim object
Description
Format a lvim object
Usage
# S3 method for lvim
format(x, digits = 3, ...)
Value
A formatted lvim object for printing.
Arguments
- x
the lvim object of interest
- digits
the number of digits to format to
- ...
other options, see the generic format function