Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | feat(ui): use correct hl group for diagnostics warning | sefidel | 2022-03-06 | 1 | -1/+1 | |
| | ||||||
* | feat(pack): use repo for avalanche | sefidel | 2022-03-06 | 1 | -1/+1 | |
| | ||||||
* | feat!: UI rewrite | sefidel | 2022-03-06 | 7 | -153/+21 | |
| | ||||||
* | feat(treesitter): remove redundant ts-rainbow colors | sefidel | 2022-03-03 | 1 | -5/+1 | |
| | | | | * gruvbox-material has custom highlight groups set for this. | |||||
* | feat(colors): jellybeans-nvim -> gruvbox-material | sefidel | 2022-03-03 | 3 | -28/+30 | |
| | ||||||
* | feat(ui): use correct hl groups | sefidel | 2022-02-28 | 1 | -3/+3 | |
| | ||||||
* | feat(ui): set inactive statusline to blank | sefidel | 2022-02-28 | 1 | -1/+1 | |
| | ||||||
* | feat(colors): bg <-> bar | sefidel | 2022-02-28 | 1 | -18/+18 | |
| | ||||||
* | feat(ui): prefix bufno with * | sefidel | 2022-02-28 | 1 | -1/+1 | |
| | ||||||
* | feat(ui): feline -> homebrew statusline | sefidel | 2022-02-27 | 8 | -127/+131 | |
| | ||||||
* | feat(pack): move luasnip to dependencies | sefidel | 2022-02-27 | 1 | -2/+2 | |
| | ||||||
* | feat(cmp): destructure require & use custom comparators | sefidel | 2022-02-27 | 2 | -17/+35 | |
| | ||||||
* | Revert "feat(pack): add cmp-buffer, cmp-rg" | sefidel | 2022-02-27 | 2 | -10/+3 | |
| | | | | This reverts commit 414c82ba6d04a37fa2c2b00668d746ece3b68908. | |||||
* | feat(pack): add cmp-buffer, cmp-rg | sefidel | 2022-02-27 | 2 | -3/+10 | |
| | ||||||
* | fix(cmp): fix <Tab> not invoking action | sefidel | 2022-02-27 | 1 | -1/+1 | |
| | ||||||
* | 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(options): enable hybrid numbers & disable numbers on startup | sefidel | 2022-02-27 | 2 | -3/+5 | |
| | ||||||
* | feat(feline): remove redundant git module | sefidel | 2022-02-27 | 1 | -27/+2 | |
| | ||||||
* | feat(feline): NvimTree -> lir (force-inactive) | sefidel | 2022-02-27 | 1 | -1/+1 | |
| | ||||||
* | feat(pack)!: remove defer_unpack | sefidel | 2022-02-27 | 3 | -10/+2 | |
| | ||||||
* | feat(options): remove redundant 'setv!' | sefidel | 2022-02-27 | 1 | -1/+1 | |
| | ||||||
* | feat(pack): don't lazyload editorconfig.nvim | sefidel | 2022-02-27 | 1 | -1/+1 | |
| | ||||||
* | feat(macro)!: use macro for highlighting | sefidel | 2022-02-27 | 2 | -42/+45 | |
| | ||||||
* | feat(colors): move LSP highlights to colors | sefidel | 2022-02-27 | 2 | -14/+14 | |
| | ||||||
* | feat(pack): add treesitter-{refactor,textobjects} | sefidel | 2022-02-26 | 2 | -6/+51 | |
| | ||||||
* | feat(utils): remove redundant functions | sefidel | 2022-02-26 | 1 | -34/+1 | |
| | ||||||
* | fix(cmp): fix cmp completion | sefidel | 2022-02-26 | 2 | -9/+16 | |
| | ||||||
* | feat(utils): table -> list (spinners) | sefidel | 2022-02-26 | 1 | -10/+10 | |
| | ||||||
* | feat(pack): lsp_signature -> cmp-nvim-lsp-signature-help | sefidel | 2022-02-26 | 3 | -17/+3 | |
| | ||||||
* | 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 | 2 | -10/+11 | |
| | ||||||
* | feat(pack): add lir | sefidel | 2022-02-26 | 3 | -22/+45 | |
| | ||||||
* | chore: get rid of redundant pack configurations | sefidel | 2022-02-26 | 5 | -35/+0 | |
| | ||||||
* | feat(pack)!: remove unnecessary plugins | sefidel | 2022-02-26 | 2 | -26/+13 | |
| | ||||||
* | feat(treesitter): cleanup | sefidel | 2022-02-26 | 2 | -30/+4 | |
| | ||||||
* | feat(statusline): use fidget.nvim for LSP | sefidel | 2022-02-26 | 3 | -7/+7 | |
| | ||||||
* | feat!: reduce bloatness | sefidel | 2022-02-26 | 6 | -48/+38 | |
| | ||||||
* | feat(pack): defer | sefidel | 2022-02-26 | 2 | -9/+10 | |
| | ||||||
* | feat(pack): make use of packer dependencies | sefidel | 2022-02-25 | 1 | -11/+12 | |
| | ||||||
* | feat(keybinds): add buffer list keybind (native) | sefidel | 2022-02-20 | 1 | -0/+1 | |
| | ||||||
* | feat(macro)!: use more standard name for autocmd/groups | sefidel | 2022-02-19 | 2 | -22/+22 | |
| | ||||||
* | feat(keybinds)!: remap | sefidel | 2022-02-19 | 1 | -21/+10 | |
| | | | | | * remove unnecessary terminal keybinds * move some keybinds to higher level | |||||
* | feat(keybinds)!: fix conflicting keymaps | sefidel | 2022-02-18 | 1 | -3/+3 | |
| | ||||||
* | chore: follow editorconfig | sefidel | 2022-02-17 | 5 | -54/+5 | |
| | ||||||
* | feat(pack): load cmp on InsertEnter | sefidel | 2022-02-16 | 1 | -2/+2 | |
| | ||||||
* | rel: v0.1 | sefidel | 2022-02-16 | 10 | -117/+120 | |
| | | | | | | | | | - 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 | |
| | ||||||
* | fix(cmp): opt -> set | sefidel | 2022-02-11 | 1 | -1/+1 | |
| |