about summary refs log tree commit diff
path: root/lazy-lock.json
Commit message (Collapse)AuthorAgeFilesLines
* feat(packs): add conformsefidel2024-05-221-0/+1
| | | | | * Replaces LSP-based formatter. No action is needed as the formatter would always fall back to LSP when it's available.
* feat(packs/fidget): migrate to mainsefidel2024-05-191-1/+1
|
* feat(packs/rust): replace rust-tools.nvim with rustaceanvimsefidel2024-05-181-1/+1
|
* feat(packs): dirvish -> oilsefidel2024-05-151-1/+1
| | | | * This is a drop-in replacement.
* feat(packs): add nvim-surroundsefidel2024-05-151-0/+1
|
* chore(lockfile): bumpsefidel2024-05-071-19/+19
|
* feat(packs): add nvim-colorizer.luasefidel2024-04-121-0/+1
|
* feat(packs): add typst-previewsefidel2024-03-281-0/+1
|
* chore(lockfile): bumpsefidel2024-03-211-11/+12
|
* feat(cmp)!: replace luasnip with native snippetssefidel2024-03-211-1/+0
|
* chore(lockfile): bumpsefidel2024-03-111-20/+20
|
* chore(lockfile): bumpsefidel2024-01-111-14/+15
|
* chore(lockfile): bumpsefidel2023-12-241-14/+14
|
* chore(lockfile): bumpsefidel2023-11-201-17/+17
|
* chore(pack): remove redundant FixCursorHold.nvimsefidel2023-10-041-1/+0
|
* feat(packs/mini-indentscope): initsefidel2023-10-011-0/+1
|
* feat(pack): aggressively lazy load packssefidel2023-10-011-1/+1
|
* feat(pack)!: use lazy.nvimsefidel2023-10-011-0/+32
This commit replaces packer.nvim with lazy.nvim to make the lazy-load based package management painless, with lazy.nvim's automatic module lazy-loading and lockfile support. Squashed commit of the following: commit 4b972111b3f91f0b385a6d58640c7751ff8ecd22 Author: sefidel <contact@sefidel.net> Date: Sun Oct 1 20:43:42 2023 +0900 wip: remove leftover mentions to packer.nvim commit 536106e405b9ec20084b9735a937e80699cdcbb8 Author: sefidel <contact@sefidel.net> Date: Sun Oct 1 20:33:44 2023 +0900 wip: get rid of luarocks macros commit 6cf35948e4a3081446a9c9414bf350661444df72 Author: sefidel <contact@sefidel.net> Date: Sun Oct 1 20:18:51 2023 +0900 wip: working lazy.nvim checkpoint commit 407056efd6de976b4d91162c70e3b49cca17664e Author: sefidel <contact@sefidel.net> Date: Sun Oct 1 13:38:43 2023 +0900 wip: replace packer.nvim with lazy.nvim