fix(ui): removed newlines from profile tab

This commit is contained in:
Folke Lemaitre 2022-12-27 19:50:11 +01:00
parent 3b46160c01
commit 0d0d11acb2
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
2 changed files with 4 additions and 6 deletions

View File

@ -44,10 +44,10 @@
- default semver merging strategy: if no version matches all, then use highest version? - default semver merging strategy: if no version matches all, then use highest version?
- [ ] package meta index (package.lua cache for all packages) - [ ] package meta index (package.lua cache for all packages)
- [ ] document highlight groups - [x] document highlight groups
- [x] document user events - [x] document user events
- [ ] document API, like lazy.plugins() - [x] document API, like lazy.plugins()
- [ ] icons - [x] icons
- [x] check in cache if rtp files match - [x] check in cache if rtp files match
- [x] I think the installation section, specifically the loading part, could use an - [x] I think the installation section, specifically the loading part, could use an
@ -57,7 +57,7 @@
remove most question marks I think. remove most question marks I think.
- [x] When autoinstalling the plugins the cursor isn't focused on the floating - [x] When autoinstalling the plugins the cursor isn't focused on the floating
window, but on the non-floating window in the background. window, but on the non-floating window in the background.
- [ ] Doing `:Lazy clean` doesn't show which plugins were removed. - [x] Doing `:Lazy clean` doesn't show which plugins were removed.
- [x] Shouldn't the "Versioning" section be in the "Lockfile" chapter? - [x] Shouldn't the "Versioning" section be in the "Lockfile" chapter?
- [x] Why are personal dotfiles used as examples? Dotfiles change all the time, - [x] Why are personal dotfiles used as examples? Dotfiles change all the time,
there's no guarantee this will be relevant or even exist in two years. there's no guarantee this will be relevant or even exist in two years.

View File

@ -523,8 +523,6 @@ function M:profile()
self:nl() self:nl()
self:nl():nl()
---@param a LazyProfile ---@param a LazyProfile
---@param b LazyProfile ---@param b LazyProfile
local function sort(a, b) local function sort(a, b)