about summary refs log tree commit diff
path: root/fnl
Commit message (Collapse)AuthorAgeFilesLines
* 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-067-153/+21
|
* 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-278-127/+131
|
* 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
|
* fix(cmp): fix cmp completionsefidel2022-02-262-9/+16
|
* feat(utils): table -> list (spinners)sefidel2022-02-261-10/+10
|
* feat(pack): lsp_signature -> cmp-nvim-lsp-signature-helpsefidel2022-02-263-17/+3
|
* feat(pack): load cmp on InsertEntersefidel2022-02-261-1/+1
| | | | * fixes cmp only popping up after re-entering insert mode
* feat(keybinds): use lua functions directlysefidel2022-02-262-10/+11
|
* feat(pack): add lirsefidel2022-02-263-22/+45
|
* chore: get rid of redundant pack configurationssefidel2022-02-265-35/+0
|
* feat(pack)!: remove unnecessary pluginssefidel2022-02-262-26/+13
|
* feat(treesitter): cleanupsefidel2022-02-262-30/+4
|
* feat(statusline): use fidget.nvim for LSPsefidel2022-02-263-7/+7
|
* feat!: reduce bloatnesssefidel2022-02-266-48/+38
|
* feat(pack): defersefidel2022-02-262-9/+10
|
* feat(pack): make use of packer dependenciessefidel2022-02-251-11/+12
|
* feat(keybinds): add buffer list keybind (native)sefidel2022-02-201-0/+1
|
* feat(macro)!: use more standard name for autocmd/groupssefidel2022-02-192-22/+22
|