Skip to content

Commit

Permalink
fix(ui): removed newlines from profile tab
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Dec 27, 2022
1 parent 3b46160 commit 0d0d11a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 4 additions & 4 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down
2 changes: 0 additions & 2 deletions lua/lazy/view/render.lua
Original file line number Diff line number Diff line change
Expand Up @@ -523,8 +523,6 @@ function M:profile()

self:nl()

self:nl():nl()

---@param a LazyProfile
---@param b LazyProfile
local function sort(a, b)
Expand Down

0 comments on commit 0d0d11a

Please sign in to comment.