Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat(packs): add neogit | sefidel | 2024-06-02 | 1 | -0/+4 |
| | |||||
* | 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. | ||||
* | chore: remove unused imports | sefidel | 2024-05-19 | 1 | -1/+0 |
| | |||||
* | chore(pack): reformat | sefidel | 2024-05-19 | 1 | -2/+2 |
| | |||||
* | 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 |
| | |||||
* | fix(keymaps): fix leap conflicting with helix-like movement | 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 |
| | |||||
* | fix(packs/leap): fix leap never being loaded | sefidel | 2024-05-12 | 1 | -1/+1 |
| | |||||
* | feat(packs): add nvim-colorizer.lua | sefidel | 2024-04-12 | 1 | -0/+3 |
| | |||||
* | feat(packs/treesitter): add typst to ensure_installed | sefidel | 2024-03-29 | 1 | -1/+1 |
| | |||||
* | feat(packs): add typst-preview | sefidel | 2024-03-28 | 1 | -0/+2 |
| | |||||
* | chore(lockfile): bump | sefidel | 2024-03-21 | 1 | -1/+2 |
| | |||||
* | feat(cmp)!: replace luasnip with native snippets | sefidel | 2024-03-21 | 1 | -2/+1 |
| | |||||
* | feat(packs): add gitsigns | sefidel | 2024-01-11 | 1 | -0/+1 |
| | |||||
* | chore(pack): remove redundant FixCursorHold.nvim | sefidel | 2023-10-04 | 1 | -1/+0 |
| | |||||
* | feat(pack): also load lsp on BufNewFile | sefidel | 2023-10-04 | 1 | -2/+2 |
| | |||||
* | fix(packs/autopairs): fix autopairs not being loaded | sefidel | 2023-10-02 | 1 | -1/+1 |
| | | | | | This commit fixes autopairs being stuck unloaded because of the lazy flag being set, by replacing it with `InsertEnter` event hook. | ||||
* | feat(packs/mini-indentscope): init | sefidel | 2023-10-01 | 1 | -0/+1 |
| | |||||
* | feat(pack): aggressively lazy load packs | sefidel | 2023-10-01 | 1 | -10/+19 |
| | |||||
* | feat(pack)!: use lazy.nvim | sefidel | 2023-10-01 | 1 | -15/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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(packs/slimv)!: remove | sefidel | 2023-10-01 | 1 | -1/+0 |
| | |||||
* | chore(packs): use legacy branch for fidget.nvim | sefidel | 2023-09-30 | 1 | -1/+1 |
| | | | | | This commit replaces the pinned 'legacy' tag with the 'legacy' branch in an attempt to fix update failures. | ||||
* | feat(packs/autopairs): enable treesitter | sefidel | 2023-09-03 | 1 | -1/+1 |
| | |||||
* | feat(packs/leap)!: use default keybindings | sefidel | 2023-09-02 | 1 | -1/+1 |
| | |||||
* | feat(colors): add palette switcher | sefidel | 2023-08-13 | 1 | -0/+1 |
| | |||||
* | feat(packs): use legacy tag for fidget.nvim | sefidel | 2023-07-09 | 1 | -1/+1 |
| | |||||
* | fix(pack): load nvim-cmp on BufEnter | sefidel | 2023-06-04 | 1 | -1/+1 |
| | | | | * this fixes minor annoyance where you have to enter insert mode multiple times for the cmp to pop up | ||||
* | feat(pack): add nvim-autopairs | sefidel | 2022-11-06 | 1 | -0/+1 |
| | | | | * autopairs now doesn't complete pairs for rust's lifetime notation | ||||
* | chore: replace stabilize with native option | sefidel | 2022-10-07 | 1 | -1/+0 |
| | |||||
* | feat(slimv): add lisp | sefidel | 2022-09-19 | 1 | -0/+1 |
| | |||||
* | feat(colors): revert softjelly | sefidel | 2022-05-09 | 1 | -1/+1 |
| | |||||
* | [WIP]: nvim-dap | sefidel | 2022-05-08 | 1 | -1/+3 |
| | |||||
* | feat(pack): use sr.ht origin for softjelly | sefidel | 2022-03-25 | 1 | -1/+1 |
| | |||||
* | feat(keymaps)!: lightspeed -> leap | sefidel | 2022-03-25 | 1 | -1/+1 |
| | |||||
* | feat(pack): use t/T for lightspeed | sefidel | 2022-03-24 | 1 | -1/+2 |
| | |||||
* | feat(pack): use stable hotpot | sefidel | 2022-03-23 | 1 | -2/+1 |
| | | | | * picante branch was merged to master. | ||||
* | feat(pack)!: remove truezen | sefidel | 2022-03-19 | 1 | -1/+0 |
| | |||||
* | feat(pack): group tpope | sefidel | 2022-03-19 | 1 | -1/+1 |
| | |||||
* | feat(pack): remove spaceless.nvim | sefidel | 2022-03-19 | 1 | -1/+1 |
| | | | | | * automatic trailing space removal has some side effects, thus shouldn't be provided by default | ||||
* | feat(pack): group tpope | sefidel | 2022-03-19 | 1 | -2/+1 |
| | |||||
* | Revert "feat(pack): add gitsigns" | sefidel | 2022-03-19 | 1 | -1/+0 |
| | | | | This reverts commit 717ad38203bee2dda9345eb52e3853dede6656f8. | ||||
* | feat(pack): add gitsigns | sefidel | 2022-03-19 | 1 | -0/+1 |
| | |||||
* | feat(pack): add eunuch | sefidel | 2022-03-18 | 1 | -0/+1 |
| | | | | * unix all the way | ||||
* | feat(pack): remove impatient in favor of picante | sefidel | 2022-03-18 | 1 | -1/+0 |
| | |||||
* | feat(pack): use picante hotpot | sefidel | 2022-03-18 | 1 | -3/+3 |
| | | | | | | | * this experimental branch introduces bytecode cache, which lowers the startup time for approximately 10~12ms (tested on 3700x). * TODO: revert this when the tracking issue is closed. | ||||
* | feat(pack)!: add fugitive.vim | sefidel | 2022-03-18 | 1 | -1/+1 |
| | | | | | | | | | * yes, there are many other lua git plugins out there, but fugitive is the only plugin that is most comfortable, and works just as intended. * TODO: replace this with lua plugins when better ones start popping up | ||||
* | feat(pack): remove colorizer | sefidel | 2022-03-16 | 1 | -2/+0 |
| | |||||
* | feat: softjelly | sefidel | 2022-03-13 | 1 | -1/+3 |
| |