Commit Graph

883 Commits

Author SHA1 Message Date
warg 4caa1b84df perf(git): run git log sync with bounded count 2026-04-28 05:36:24 +02:00
warg 80a486719e fix(git): resolve sidebar and diff-split rendering bugs 2026-04-28 05:35:48 +02:00
warg 461a4a8158 fix(git): use git ft for manual log invocation 2026-04-28 03:45:04 +02:00
warg 3f0c884c53 refactor(git): drop redundant pcall around nvim_buf_delete 2026-04-27 17:49:08 +02:00
warg 069a6cc0c6 fix(git): close commit proxy window before deleting its buffer 2026-04-27 17:46:03 +02:00
warg ec61dd57ed fix(git): close commit proxy window when buffer outlives editor 2026-04-27 17:44:15 +02:00
warg 068db538ca feat(git): route commit through GIT_EDITOR proxy 2026-04-27 17:41:21 +02:00
warg 7c022116be fix(git): rename log_win to log 2026-04-27 16:34:16 +02:00
warg 9e57bf121d fix(git): rename status_win to sidebar 2026-04-27 16:34:11 +02:00
warg 6a86a75ed5 refactor(git): convert blocking subprocess calls to async 2026-04-27 16:02:16 +02:00
warg 00eae8dbb9 fix(git): fix luadoc function return 2026-04-27 14:43:37 +02:00
warg 9530fe2aba style(git): use vim.cmd.edit form in commit pcall 2026-04-27 14:41:11 +02:00
warg c5b51f5ea5 fix(git): stop fs watcher before closing debounce timer 2026-04-27 14:38:54 +02:00
warg c065487a42 fix(git): reuse existing buffer instead of swallowing E95 2026-04-27 14:32:59 +02:00
warg 0fb84379c0 fix(git): use 3-arg --cacheinfo to survive commas in paths 2026-04-27 14:28:21 +02:00
warg 0e0edbc418 fix(git): handle untracked directories in action_discard 2026-04-27 14:27:38 +02:00
warg f653d8eafe fix(git): guard the commit-editor :edit against silent failure 2026-04-27 14:23:50 +02:00
warg 641d208d78 fix(git): only honor -> in porcelain output for renames 2026-04-27 14:23:03 +02:00
warg 15909e3ca1 perf(git): bounded upward search in show.diff_section 2026-04-27 14:21:37 +02:00
warg 2ef9cb7c9e perf(git): piggyback sidebar status on the indicator's git status call 2026-04-27 14:09:34 +02:00
warg 26b12a4371 perf(git): skip sidebar render when porcelain output unchanged 2026-04-27 14:00:57 +02:00
warg c9b02989da perf(git): stash sidebar window in state 2026-04-27 13:59:21 +02:00
warg 3b87d84ca9 refactor(git): drop boolean params from pane constructors 2026-04-27 13:57:41 +02:00
warg 4dfd7ef5fa refactor(git): narrow entry_key + show_diff to FileEntry 2026-04-27 13:56:03 +02:00
warg 5833323814 refactor(git): promote set_buf_name_and_filetype to diff.M 2026-04-27 13:53:13 +02:00
warg 49e0ac726e refactor(git): share builder between git_show_buf and git_show_blob 2026-04-27 13:51:45 +02:00
warg bbaa0b4a6d refactor(git): consolidate empty_buf with optional name + bufhidden 2026-04-27 13:50:02 +02:00
warg b4c166e86c refactor(git): extract repo.resolve_cwd helper 2026-04-27 13:48:50 +02:00
warg 4b8d551b0d refactor(git): extract util.split_lines helper 2026-04-27 13:39:24 +02:00
warg 50697cfe98 fix(git): small bug fixes 2026-04-27 13:34:19 +02:00
warg 6e0e05ae56 chore(git): consistent error reporting on git failures 2026-04-27 13:33:10 +02:00
warg 20dc6cc3c9 perf(git): minor performance cleanups 2026-04-27 13:27:32 +02:00
warg 5966454462 refactor(git): minor structural cleanups 2026-04-27 13:10:11 +02:00
warg f55d7ac11d feat(git): replace vim-fugitive with custom git module 2026-04-27 12:41:41 +02:00
warg 5a3e39574d feat(git): add custom status sidebar and diff viewer 2026-04-27 10:45:05 +02:00
warg 111d124b91 fix(options): set shada options 2026-04-27 07:09:41 +02:00
warg 4f90145ef4 feat(options): enable confirm 2026-04-27 02:07:20 +02:00
warg 56e3efdf72 fix(qf): update quickfixtextfunc 2026-04-26 04:41:19 +02:00
warg 3fd28bc59a fix(keymap): change diagnostic open_flot binding 2026-04-24 05:10:11 +02:00
warg c5f8b596d5 feat(cmake): replace cmake-language-server with neocmake 2026-04-21 23:57:42 +02:00
warg 4b278ef672 refactor(ts): rewrite around Repo/Parser types 2026-04-21 23:57:01 +02:00
warg bb06f1818d feat(pack): rebuild plugins on :PluginUpdate 2026-04-21 23:57:01 +02:00
warg e5a643e7e9 style(commands): format file 2026-04-21 18:51:54 +02:00
warg d4e053fb25 fix(commands): accept bang for aliases 2026-04-21 18:51:04 +02:00
warg 7cd2001eb3 fix(commands): alias Qa -> qa 2026-04-21 18:48:56 +02:00
warg bebffa387e fix: run stylua on all files 2026-04-21 14:25:18 +02:00
warg 3611791fa9 refactor(undotree): use builtin nvim.undotree 2026-04-21 14:24:43 +02:00
warg 21f566112e refactor(ts): own parser installation, split from pack 2026-04-20 22:50:17 +02:00
warg c7dd083083 refactor: address emmylua diagnostics 2026-04-20 22:11:18 +02:00
warg 516b9ea749 feat(lsp): replace lua_ls with emmylua_ls 2026-04-20 01:56:54 +02:00