Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | feat(pack): add mergetool | sefidel | 2022-03-12 | 1 | -0/+1 | |
| | ||||||
* | feat: avalanche -> jellybeans | sefidel | 2022-03-12 | 1 | -1/+1 | |
| | ||||||
* | feat(pack): add vim-sleuth | sefidel | 2022-03-12 | 1 | -0/+1 | |
| | ||||||
* | feat(lsp)!: ccls -> clangd | sefidel | 2022-03-12 | 1 | -0/+1 | |
| | ||||||
* | feat(pack): use repo for avalanche | sefidel | 2022-03-06 | 1 | -1/+1 | |
| | ||||||
* | feat!: UI rewrite | sefidel | 2022-03-06 | 1 | -3/+2 | |
| | ||||||
* | feat(colors): jellybeans-nvim -> gruvbox-material | sefidel | 2022-03-03 | 1 | -2/+1 | |
| | ||||||
* | feat(ui): feline -> homebrew statusline | sefidel | 2022-02-27 | 1 | -1/+0 | |
| | ||||||
* | feat(pack): move luasnip to dependencies | sefidel | 2022-02-27 | 1 | -2/+2 | |
| | ||||||
* | feat(cmp): destructure require & use custom comparators | sefidel | 2022-02-27 | 1 | -1/+2 | |
| | ||||||
* | Revert "feat(pack): add cmp-buffer, cmp-rg" | sefidel | 2022-02-27 | 1 | -4/+1 | |
| | | | | This reverts commit 414c82ba6d04a37fa2c2b00668d746ece3b68908. | |||||
* | feat(pack): add cmp-buffer, cmp-rg | sefidel | 2022-02-27 | 1 | -1/+4 | |
| | ||||||
* | feat(pack): move plenary to dependencies | sefidel | 2022-02-27 | 1 | -3/+3 | |
| | ||||||
* | feat(pack): jellybeans.vim -> jellybeans-nvim | sefidel | 2022-02-27 | 1 | -1/+2 | |
| | ||||||
* | feat(pack)!: remove defer_unpack | sefidel | 2022-02-27 | 1 | -1/+1 | |
| | ||||||
* | feat(pack): don't lazyload editorconfig.nvim | sefidel | 2022-02-27 | 1 | -1/+1 | |
| | ||||||
* | feat(pack): add treesitter-{refactor,textobjects} | sefidel | 2022-02-26 | 1 | -1/+3 | |
| | ||||||
* | fix(cmp): fix cmp completion | sefidel | 2022-02-26 | 1 | -0/+1 | |
| | ||||||
* | feat(pack): lsp_signature -> cmp-nvim-lsp-signature-help | sefidel | 2022-02-26 | 1 | -1/+1 | |
| | ||||||
* | feat(pack): load cmp on InsertEnter | sefidel | 2022-02-26 | 1 | -1/+1 | |
| | | | | * fixes cmp only popping up after re-entering insert mode | |||||
* | feat(keybinds): use lua functions directly | sefidel | 2022-02-26 | 1 | -1/+1 | |
| | ||||||
* | feat(pack): add lir | sefidel | 2022-02-26 | 1 | -1/+2 | |
| | ||||||
* | feat(pack)!: remove unnecessary plugins | sefidel | 2022-02-26 | 1 | -16/+12 | |
| | ||||||
* | feat(treesitter): cleanup | sefidel | 2022-02-26 | 1 | -5/+1 | |
| | ||||||
* | feat(statusline): use fidget.nvim for LSP | sefidel | 2022-02-26 | 1 | -0/+1 | |
| | ||||||
* | feat!: reduce bloatness | sefidel | 2022-02-26 | 1 | -15/+7 | |
| | ||||||
* | feat(pack): defer | sefidel | 2022-02-26 | 1 | -9/+9 | |
| | ||||||
* | feat(pack): make use of packer dependencies | sefidel | 2022-02-25 | 1 | -11/+12 | |
| | ||||||
* | feat(pack): load cmp on InsertEnter | sefidel | 2022-02-16 | 1 | -2/+2 | |
| | ||||||
* | rel: v0.1 | sefidel | 2022-02-16 | 1 | -15/+28 | |
| | | | | | | | | | - Disable lazy-loading plugins - Add more useful plugins - Fix bar from loading slowly - Add support for neomutt - Change keybinds - Add Editorconfig | |||||
* | fix(feline): don't lazyload feline | sefidel | 2022-02-12 | 1 | -1/+1 | |
| | ||||||
* | chore: minor lazyloading tweaks | sefidel | 2022-02-11 | 1 | -3/+3 | |
| | ||||||
* | feat(fzf): send all search result to qf | sefidel | 2022-02-11 | 1 | -1/+1 | |
| | ||||||
* | chore: remove unnecessary comments | sefidel | 2022-02-11 | 1 | -1/+0 | |
| | ||||||
* | feat(pack)!: migrate to fzf-lua | sefidel | 2022-02-11 | 1 | -3/+2 | |
| | ||||||
* | Initial commit | sefidel | 2022-02-10 | 1 | -0/+34 | |