Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(macro/pack): don't pass empty set to setup | sefidel | 2024-04-12 | 1 | -1/+1 |
| | | | | | | This commit fixes a bug where some plugins will not behave correctly when configured with `:init`, as it essentially overrided all of the default settings. | ||||
* | feat(pack)!: use lazy.nvim | sefidel | 2023-10-01 | 1 | -36/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | feat(macro/event): use lua API | sefidel | 2022-03-11 | 1 | -45/+71 |
| | | | | | * fixes #5 * datwaft/nvim.conf 1067340 | ||||
* | feat!: UI rewrite | sefidel | 2022-03-06 | 1 | -4/+1 |
| | |||||
* | feat(pack)!: remove defer_unpack | sefidel | 2022-02-27 | 1 | -1/+0 |
| | |||||
* | feat(macro)!: use macro for highlighting | sefidel | 2022-02-27 | 1 | -4/+7 |
| | |||||
* | feat!: reduce bloatness | sefidel | 2022-02-26 | 1 | -1/+0 |
| | |||||
* | feat(macro)!: use more standard name for autocmd/groups | sefidel | 2022-02-19 | 1 | -4/+4 |
| | |||||
* | chore: follow editorconfig | sefidel | 2022-02-17 | 1 | -1/+1 |
| | |||||
* | feat(pack)!: migrate to fzf-lua | sefidel | 2022-02-11 | 1 | -1/+1 |
| | |||||
* | Initial commit | sefidel | 2022-02-10 | 8 | -0/+332 |