about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* feat(pack): remove impatient in favor of picantesefidel2022-03-182-3/+0
|
* feat(pack): use picante hotpotsefidel2022-03-181-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(keymaps)!: reserve 'g' for git opssefidel2022-03-181-2/+2
|
* feat(pack)!: add fugitive.vimsefidel2022-03-181-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 colorizersefidel2022-03-161-2/+0
|
* feat(colors): tweak orange, yellowsefidel2022-03-131-2/+2
|
* feat: softjellysefidel2022-03-132-7/+8
|
* feat(pack): add mergetoolsefidel2022-03-121-0/+1
|
* feat: jellybeans barsefidel2022-03-122-2/+4
|
* feat(options): remove the eob tildesefidel2022-03-121-0/+1
|
* feat: avalanche -> jellybeanssefidel2022-03-122-8/+15
|
* feat(ui): remove bufnosefidel2022-03-121-1/+1
|
* feat(options): set shiftwidth to 2sefidel2022-03-121-1/+1
|
* feat(pack): add vim-sleuthsefidel2022-03-121-0/+1
|
* feat(options): use '-' for trailing spacesefidel2022-03-121-1/+1
|
* feat(lsp)!: ccls -> clangdsefidel2022-03-124-1/+18
|
* feat(macro/event): use lua APIsefidel2022-03-112-53/+79
| | | | | * fixes #5 * datwaft/nvim.conf 1067340
* feat(colors): use new avalanche colorssefidel2022-03-101-3/+3
|
* feat(keybinds): use lightspeed omnisefidel2022-03-091-4/+2
|
* ui: fix diagnostics paddingsefidel2022-03-081-4/+4
|
* feat(ui): info before hintsefidel2022-03-061-3/+3
|
* feat(ui): combine statusline into one filesefidel2022-03-063-23/+20
|
* feat(ui): use correct hl group for diagnostics warningsefidel2022-03-061-1/+1
|
* feat(pack): use repo for avalanchesefidel2022-03-061-1/+1
|
* feat!: UI rewritesefidel2022-03-069-1502/+40
|
* feat(treesitter): remove redundant ts-rainbow colorssefidel2022-03-031-5/+1
| | | | * gruvbox-material has custom highlight groups set for this.
* feat(colors): jellybeans-nvim -> gruvbox-materialsefidel2022-03-033-28/+30
|
* feat(ui): use correct hl groupssefidel2022-02-281-3/+3
|
* feat(ui): set inactive statusline to blanksefidel2022-02-281-1/+1
|
* feat(colors): bg <-> barsefidel2022-02-281-18/+18
|
* feat(ui): prefix bufno with *sefidel2022-02-281-1/+1
|
* feat(ui): feline -> homebrew statuslinesefidel2022-02-279-127/+806
|
* feat(license)!: MIT -> GPLv3sefidel2022-02-271-19/+674
|
* feat(pack): move luasnip to dependenciessefidel2022-02-271-2/+2
|
* feat(cmp): destructure require & use custom comparatorssefidel2022-02-272-17/+35
|
* Revert "feat(pack): add cmp-buffer, cmp-rg"sefidel2022-02-272-10/+3
| | | | This reverts commit 414c82ba6d04a37fa2c2b00668d746ece3b68908.
* feat(pack): add cmp-buffer, cmp-rgsefidel2022-02-272-3/+10
|
* fix(cmp): fix <Tab> not invoking actionsefidel2022-02-271-1/+1
|
* feat(pack): move plenary to dependenciessefidel2022-02-271-3/+3
|
* feat(pack): jellybeans.vim -> jellybeans-nvimsefidel2022-02-271-1/+2
|
* feat(options): enable hybrid numbers & disable numbers on startupsefidel2022-02-272-3/+5
|
* feat(feline): remove redundant git modulesefidel2022-02-271-27/+2
|
* feat(feline): NvimTree -> lir (force-inactive)sefidel2022-02-271-1/+1
|
* feat(pack)!: remove defer_unpacksefidel2022-02-273-10/+2
|
* feat(options): remove redundant 'setv!'sefidel2022-02-271-1/+1
|
* feat(pack): don't lazyload editorconfig.nvimsefidel2022-02-271-1/+1
|
* feat(macro)!: use macro for highlightingsefidel2022-02-272-42/+45
|
* feat(colors): move LSP highlights to colorssefidel2022-02-272-14/+14
|
* feat(pack): add treesitter-{refactor,textobjects}sefidel2022-02-262-6/+51
|
* feat(utils): remove redundant functionssefidel2022-02-261-34/+1
|