about summary refs log tree commit diff
path: root/init.lua
Commit message (Collapse)AuthorAgeFilesLines
* feat(init)!: enable lua module loadersefidel2023-10-041-0/+3
| | | | | This commit enables the lua module loader, raising the minimal supported neovim version to 0.9.
* feat(pack)!: use lazy.nvimsefidel2023-10-011-3/+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
* chore!: fix syntax issuesefidel2022-07-221-1/+0
|
* feat(pack): remove impatient in favor of picantesefidel2022-03-181-2/+0
|
* feat!: reduce bloatnesssefidel2022-02-261-4/+5
|
* rel: v0.1sefidel2022-02-161-2/+0
| | | | | | | | | - Disable lazy-loading plugins - Add more useful plugins - Fix bar from loading slowly - Add support for neomutt - Change keybinds - Add Editorconfig
* chore: minor editssefidel2022-02-121-20/+10
|
* Initial commitsefidel2022-02-101-0/+35