Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore(lockfile): bump | sefidel | 2024-06-02 | 1 | -16/+17 |
| | |||||
* | feat(packs): add nvim-lint | sefidel | 2024-06-02 | 1 | -0/+1 |
| | |||||
* | feat(packs): add neogit | sefidel | 2024-06-02 | 1 | -0/+1 |
| | |||||
* | feat(packs): add conform | sefidel | 2024-05-22 | 1 | -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 main | sefidel | 2024-05-19 | 1 | -1/+1 |
| | |||||
* | feat(packs/rust): replace rust-tools.nvim with rustaceanvim | sefidel | 2024-05-18 | 1 | -1/+1 |
| | |||||
* | feat(packs): dirvish -> oil | sefidel | 2024-05-15 | 1 | -1/+1 |
| | | | | * This is a drop-in replacement. | ||||
* | feat(packs): add nvim-surround | sefidel | 2024-05-15 | 1 | -0/+1 |
| | |||||
* | chore(lockfile): bump | sefidel | 2024-05-07 | 1 | -19/+19 |
| | |||||
* | feat(packs): add nvim-colorizer.lua | sefidel | 2024-04-12 | 1 | -0/+1 |
| | |||||
* | feat(packs): add typst-preview | sefidel | 2024-03-28 | 1 | -0/+1 |
| | |||||
* | chore(lockfile): bump | sefidel | 2024-03-21 | 1 | -11/+12 |
| | |||||
* | feat(cmp)!: replace luasnip with native snippets | sefidel | 2024-03-21 | 1 | -1/+0 |
| | |||||
* | chore(lockfile): bump | sefidel | 2024-03-11 | 1 | -20/+20 |
| | |||||
* | chore(lockfile): bump | sefidel | 2024-01-11 | 1 | -14/+15 |
| | |||||
* | chore(lockfile): bump | sefidel | 2023-12-24 | 1 | -14/+14 |
| | |||||
* | chore(lockfile): bump | sefidel | 2023-11-20 | 1 | -17/+17 |
| | |||||
* | chore(pack): remove redundant FixCursorHold.nvim | sefidel | 2023-10-04 | 1 | -1/+0 |
| | |||||
* | feat(packs/mini-indentscope): init | sefidel | 2023-10-01 | 1 | -0/+1 |
| | |||||
* | feat(pack): aggressively lazy load packs | sefidel | 2023-10-01 | 1 | -1/+1 |
| | |||||
* | feat(pack)!: use lazy.nvim | sefidel | 2023-10-01 | 1 | -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 |