| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(keymaps): fix j,k mappings | sefidel | 2023-11-05 | 1 | -2/+2 |
* | chore(pack): remove redundant FixCursorHold.nvim | sefidel | 2023-10-04 | 1 | -1/+0 |
* | feat(pack): also load lsp on BufNewFile | sefidel | 2023-10-04 | 1 | -2/+2 |
* | fix(packs/autopairs): fix autopairs not being loaded | sefidel | 2023-10-02 | 1 | -1/+1 |
* | feat(packs/mini-indentscope): init | sefidel | 2023-10-01 | 2 | -0/+5 |
* | feat(pack): aggressively lazy load packs | sefidel | 2023-10-01 | 2 | -16/+19 |
* | feat(pack)!: use lazy.nvim | sefidel | 2023-10-01 | 2 | -51/+22 |
* | feat(packs/slimv)!: remove | sefidel | 2023-10-01 | 2 | -6/+0 |
* | chore(packs): use legacy branch for fidget.nvim | sefidel | 2023-09-30 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |