Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | feat(lspconfig): remove redundant rust-analyzer | sefidel | 2022-11-06 | 1 | -1/+0 | |
| | | | | | * rust-analyzer is managed by rust-tools.nvim. managing it on lspconfig is redundant. | |||||
* | Merge branch 'main' of git.sr.ht:~zachel/nvrc | sefidel | 2022-10-31 | 2 | -1/+1 | |
|\ | ||||||
| * | chore: replace stabilize with native option | sefidel | 2022-10-07 | 2 | -1/+1 | |
| | | ||||||
* | | feat(keymaps): bind <leader>z to buffer delete | sefidel | 2022-10-31 | 1 | -0/+1 | |
|/ | ||||||
* | feat(slimv): add lisp | sefidel | 2022-09-19 | 4 | -3/+11 | |
| | ||||||
* | feat(packs/lspconfig): fix RA getting stuck in a loop | sefidel | 2022-09-11 | 2 | -2/+2 | |
| | ||||||
* | feat(packs/lspconfig): fix deprecated calls | sefidel | 2022-09-09 | 1 | -1/+1 | |
| | ||||||
* | lsp: add tex | sefidel | 2022-08-02 | 1 | -0/+1 | |
| | ||||||
* | feat(macos): quick-and-dirty transparency fix | sefidel | 2022-05-15 | 1 | -0/+2 | |
| | ||||||
* | mac: cursor fixup | sefidel | 2022-05-10 | 1 | -6/+6 | |
| | ||||||
* | feat(colors): revert softjelly | sefidel | 2022-05-09 | 2 | -6/+7 | |
| | ||||||
* | macbook: comment cursor fixup | sefidel | 2022-05-08 | 1 | -4/+4 | |
| | ||||||
* | [WIP]: nvim-dap | sefidel | 2022-05-08 | 4 | -1/+35 | |
| | ||||||
* | feat(events)!: restore absolute cursor position | sefidel | 2022-03-26 | 1 | -1/+1 | |
| | | | | | * this restores cursor's precise position instead of only restoring the last line (cursor moves to the start of the line) | |||||
* | feat(colors): tweak leap.nvim highlights | sefidel | 2022-03-26 | 1 | -2/+7 | |
| | ||||||
* | feat(pack): use sr.ht origin for softjelly | sefidel | 2022-03-25 | 1 | -1/+1 | |
| | ||||||
* | feat(keymaps)!: lightspeed -> leap | sefidel | 2022-03-25 | 2 | -3/+3 | |
| | ||||||
* | feat(pack): use t/T for lightspeed | sefidel | 2022-03-24 | 2 | -3/+4 | |
| | ||||||
* | 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 | 2 | -3/+0 | |
| | ||||||
* | feat(options): remove minimum signcolumn width | sefidel | 2022-03-19 | 1 | -1/+1 | |
| | ||||||
* | 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 | |
| | ||||||
* | feat(keymaps)!: remap move lines | sefidel | 2022-03-19 | 2 | -7/+7 | |
| | | | | | | * A-j, A-k -> A-e, A-r * reverts dec8d6a | |||||
* | feat(treesitter): disable textobjects swap | sefidel | 2022-03-19 | 1 | -1/+1 | |
| | ||||||
* | feat(keymaps): add binding for git blame | sefidel | 2022-03-19 | 1 | -0/+1 | |
| | ||||||
* | Revert "feat(pack): add gitsigns" | sefidel | 2022-03-19 | 4 | -15/+1 | |
| | | | | This reverts commit 717ad38203bee2dda9345eb52e3853dede6656f8. | |||||
* | feat(packs): remove unused plugin config | sefidel | 2022-03-19 | 1 | -36/+0 | |
| | ||||||
* | fix(keybinds)!: fix conflicting keybinds | sefidel | 2022-03-19 | 1 | -1/+1 | |
| | ||||||
* | feat(keybinds)!: cleanup | sefidel | 2022-03-19 | 2 | -18/+39 | |
| | | | | | | * add fugitive bindings * add useful misc bindings * remove unused bindings | |||||
* | feat(pack): add gitsigns | sefidel | 2022-03-19 | 4 | -1/+15 | |
| | ||||||
* | 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(keymaps)!: reserve 'g' for git ops | sefidel | 2022-03-18 | 1 | -2/+2 | |
| | ||||||
* | 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(colors): tweak orange, yellow | sefidel | 2022-03-13 | 1 | -2/+2 | |
| | ||||||
* | feat: softjelly | sefidel | 2022-03-13 | 2 | -7/+8 | |
| | ||||||
* | feat(pack): add mergetool | sefidel | 2022-03-12 | 1 | -0/+1 | |
| | ||||||
* | feat: jellybeans bar | sefidel | 2022-03-12 | 2 | -2/+4 | |
| | ||||||
* | feat(options): remove the eob tilde | sefidel | 2022-03-12 | 1 | -0/+1 | |
| | ||||||
* | feat: avalanche -> jellybeans | sefidel | 2022-03-12 | 2 | -8/+15 | |
| | ||||||
* | feat(ui): remove bufno | sefidel | 2022-03-12 | 1 | -1/+1 | |
| | ||||||
* | feat(options): set shiftwidth to 2 | sefidel | 2022-03-12 | 1 | -1/+1 | |
| | ||||||
* | feat(pack): add vim-sleuth | sefidel | 2022-03-12 | 1 | -0/+1 | |
| | ||||||
* | feat(options): use '-' for trailing space | sefidel | 2022-03-12 | 1 | -1/+1 | |
| | ||||||
* | feat(lsp)!: ccls -> clangd | sefidel | 2022-03-12 | 4 | -1/+18 | |
| | ||||||
* | feat(macro/event): use lua API | sefidel | 2022-03-11 | 2 | -53/+79 | |
| | | | | | * fixes #5 * datwaft/nvim.conf 1067340 |