about summary refs log tree commit diff
path: root/fnl/nvrc/macro
Commit message (Collapse)AuthorAgeFilesLines
* fix(macro/pack): don't pass empty set to setupsefidel2024-04-121-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.nvimsefidel2023-10-011-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 APIsefidel2022-03-111-45/+71
| | | | | * fixes #5 * datwaft/nvim.conf 1067340
* feat!: UI rewritesefidel2022-03-061-4/+1
|
* feat(pack)!: remove defer_unpacksefidel2022-02-271-1/+0
|
* feat(macro)!: use macro for highlightingsefidel2022-02-271-4/+7
|
* feat!: reduce bloatnesssefidel2022-02-261-1/+0
|
* feat(macro)!: use more standard name for autocmd/groupssefidel2022-02-191-4/+4
|
* chore: follow editorconfigsefidel2022-02-171-1/+1
|
* feat(pack)!: migrate to fzf-luasefidel2022-02-111-1/+1
|
* Initial commitsefidel2022-02-108-0/+332