Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | chore(packs): use legacy branch for fidget.nvim | sefidel | 2023-09-30 | 1 | -1/+1 | |
| | | | | | This commit replaces the pinned 'legacy' tag with the 'legacy' branch in an attempt to fix update failures. | |||||
* | feat(colors): add ts-comment colors | sefidel | 2023-09-17 | 1 | -1/+8 | |
| | ||||||
* | feat(packs/lspconfig): add nil_ls | sefidel | 2023-09-16 | 1 | -0/+1 | |
| | ||||||
* | feat(keymaps): <leader>l to show diagnostics | sefidel | 2023-09-16 | 1 | -0/+1 | |
| | ||||||
* | feat(keymaps): add helix-like line movements | sefidel | 2023-09-04 | 1 | -0/+7 | |
| | ||||||
* | feat(packs/autopairs): remove singlequote for lisp | sefidel | 2023-09-03 | 1 | -1/+3 | |
| | ||||||
* | feat(packs/autopairs): enable treesitter | sefidel | 2023-09-03 | 2 | -1/+4 | |
| | ||||||
* | Revert "feat(packs/lspconfig)!: globally disable semantic highlighting" | sefidel | 2023-09-03 | 1 | -9/+0 | |
| | | | | This reverts commit f0814fa0ec927adfad444b5c1d859a25753810a1. | |||||
* | feat(keymaps)!: sync with wm | sefidel | 2023-09-02 | 1 | -5/+7 | |
| | ||||||
* | Revert "feat(packs/rust)!: disable semantic highlighting" | sefidel | 2023-09-02 | 1 | -4/+1 | |
| | | | | | | This reverts commit 38a7badbfa67f29556836c94ce66d872af246385. * Superseded by f0814fa0ec927adfad444b5c1d859a25753810a1 | |||||
* | feat(packs/lspconfig)!: globally disable semantic highlighting | sefidel | 2023-09-02 | 1 | -0/+9 | |
| | ||||||
* | feat(packs/leap)!: use default keybindings | sefidel | 2023-09-02 | 3 | -4/+4 | |
| | ||||||
* | feat(packs/rust)!: disable semantic highlighting | sefidel | 2023-09-02 | 1 | -1/+4 | |
| | ||||||
* | fix(packs/cmp): fix no completions on cmdline mode | sefidel | 2023-09-01 | 1 | -4/+2 | |
| | ||||||
* | fix(packs/lspconfig): fix clangd_extensions not starting | sefidel | 2023-08-26 | 1 | -0/+2 | |
| | ||||||
* | feat(packs/dap): remove lldb adapter | sefidel | 2023-08-13 | 1 | -4/+0 | |
| | ||||||
* | feat(options): set splitkeep | sefidel | 2023-08-13 | 1 | -1/+1 | |
| | ||||||
* | feat(keymaps): sync keymaps with hx | sefidel | 2023-08-13 | 1 | -4/+5 | |
| | ||||||
* | feat(colors): add palette switcher | sefidel | 2023-08-13 | 2 | -0/+6 | |
| | ||||||
* | feat(packs): use legacy tag for fidget.nvim | sefidel | 2023-07-09 | 1 | -1/+1 | |
| | ||||||
* | feat(lspconfig): add pyright | sefidel | 2023-06-09 | 1 | -0/+1 | |
| | ||||||
* | fix(pack): load nvim-cmp on BufEnter | sefidel | 2023-06-04 | 1 | -1/+1 | |
| | | | | * this fixes minor annoyance where you have to enter insert mode multiple times for the cmp to pop up | |||||
* | feat(packs/rust): use clippy | sefidel | 2023-03-05 | 1 | -1/+1 | |
| | ||||||
* | chore(packs/rust): cleanup unused dap | sefidel | 2023-03-05 | 1 | -5/+1 | |
| | ||||||
* | feat(options): set default indentation to 4 spaces | sefidel | 2023-03-02 | 1 | -2/+2 | |
| | ||||||
* | feat(colors): use darker bg for completions | sefidel | 2023-02-27 | 1 | -0/+7 | |
| | ||||||
* | feat(packs/treesitter,lspconfig): add go | sefidel | 2023-02-27 | 2 | -1/+2 | |
| | ||||||
* | feat(packs/treesitter): add langs I use to ensure_installed | sefidel | 2023-02-22 | 1 | -1/+1 | |
| | ||||||
* | feat(keymaps)!: use <leader>q for bd, quickfixes move to <leader>p | sefidel | 2023-02-22 | 1 | -5/+5 | |
| | ||||||
* | feat(packs/treesitter): ensure 'comment' ts grammar | sefidel | 2023-02-22 | 1 | -1/+1 | |
| | ||||||
* | feat(packs/fidget): ignore ltex | sefidel | 2023-02-22 | 1 | -1/+2 | |
| | | | | ltex tends to be 'spammy' while editing a file | |||||
* | feat(options): temporarily disable splitkeep | sefidel | 2023-02-08 | 1 | -1/+1 | |
| | ||||||
* | feat(events): wrap lines on markdown and mail files | sefidel | 2023-02-04 | 1 | -0/+6 | |
| | ||||||
* | feat(events): remove redundant comments | sefidel | 2023-02-04 | 1 | -3/+0 | |
| | ||||||
* | feat(pack): add nvim-autopairs | sefidel | 2022-11-06 | 1 | -0/+1 | |
| | | | | * autopairs now doesn't complete pairs for rust's lifetime notation | |||||
* | feat(rust): use standard vscode path for lldb extension | sefidel | 2022-11-06 | 1 | -1/+1 | |
| | ||||||
* | feat(lspconfig)!: use en-GB for ltex | sefidel | 2022-11-06 | 1 | -1/+1 | |
| | ||||||
* | 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 | |
| |