Tools for better development in rust using neovim's builtin lsp
-
Updated
Aug 15, 2021 - Lua
Importing is currently done this way :
[[import]]
path = 'path/to/imported-config.toml` The path property only supports path to a file. Users shall be able to import multiple files using a regex or a directory path :
[[import]]
path = 'path/to/config_dir/*.toml` [[import]]
path = 'path/to/config_dir/**Add a description, image, and links to the rust-tools topic page so that developers can more easily learn about it.
To associate your repository with the rust-tools topic, visit your repo's landing page and select "manage topics."
It would be super nice with a display hint for formatting a unix milliseconds timestamp into an ISO8601 timestamp.
Eg:
1618910624804->2021-04-20T09:23:44.804ZI would find this extremely useful for the log timestamps, as we are already sending
u64sized timestamps over the wire, and could replace the current "uptime" with an actual RTC time.