mirror of https://github.com/folke/lazy.nvim.git
fix(ui): removed newlines from profile tab
This commit is contained in:
parent
3b46160c01
commit
0d0d11acb2
8
TODO.md
8
TODO.md
|
@ -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.
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue