From 0d0d11acb2547ea65e0eba4fb6855f0954ed0239 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Tue, 27 Dec 2022 19:50:11 +0100 Subject: [PATCH] fix(ui): removed newlines from profile tab --- TODO.md | 8 ++++---- lua/lazy/view/render.lua | 2 -- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/TODO.md b/TODO.md index e291cbcb..5ad36cb8 100644 --- a/TODO.md +++ b/TODO.md @@ -44,10 +44,10 @@ - default semver merging strategy: if no version matches all, then use highest version? - [ ] package meta index (package.lua cache for all packages) -- [ ] document highlight groups +- [x] document highlight groups - [x] document user events -- [ ] document API, like lazy.plugins() -- [ ] icons +- [x] document API, like lazy.plugins() +- [x] icons - [x] check in cache if rtp files match - [x] I think the installation section, specifically the loading part, could use an @@ -57,7 +57,7 @@ remove most question marks I think. - [x] When autoinstalling the plugins the cursor isn't focused on the floating 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] 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. diff --git a/lua/lazy/view/render.lua b/lua/lazy/view/render.lua index d3610e18..f13a3a25 100644 --- a/lua/lazy/view/render.lua +++ b/lua/lazy/view/render.lua @@ -523,8 +523,6 @@ function M:profile() self:nl() - self:nl():nl() - ---@param a LazyProfile ---@param b LazyProfile local function sort(a, b)