Commit Graph

  • b0a7bde3f0 fix(format): retain window state (jumplist/marks/etc) warg 2025-10-27 20:02:44 +01:00
  • c0b30569ef feat(mappings): enable window commands in terminal mode warg 2025-10-22 11:34:43 +02:00
  • 5388da2989 fix(mappings): go back to using <ESC> to exit terminal mode warg 2025-10-21 10:52:08 +02:00
  • bcc327cb34 style: update formatting warg 2025-10-20 02:45:26 +02:00
  • 9e544d70b9 feat: remove emacs bindings and change terminal mode bindings warg 2025-10-20 02:44:02 +02:00
  • 443adb7f14 fix: update diffopt warg 2025-10-19 03:23:50 +02:00
  • 99a12793f3 fix(quickfixlist): format filename to relative if possible warg 2025-10-17 07:10:10 +02:00
  • 6bb79b760d fix(quickfixlist): disable colorcolumn warg 2025-10-17 07:06:01 +02:00
  • fb2af31ca9 fix(rust): correct errorformat pattern warg 2025-10-16 03:42:19 +02:00
  • 010d2f096e feat: improve quickfixlist window warg 2025-10-16 03:33:32 +02:00
  • 4102d8dd21 fix(colorizer): disable it warg 2025-10-15 20:45:47 +02:00
  • 0041d0b7cd fix(dap): change mappings for stepping through frames warg 2025-10-15 20:40:15 +02:00
  • 5bd5b3d745 feat(cmp): add cmp-cmdline-prompt warg 2025-10-15 20:39:33 +02:00
  • 5fe67e991e fix(rust-analyzer): fix import format warg 2025-10-15 20:37:00 +02:00
  • d1c2f47993 feat(mappings): add mapping for alternate file warg 2025-10-15 20:36:05 +02:00
  • dfbf0bfb02 feat: add grug-far warg 2025-10-15 20:34:28 +02:00
  • 21c7053f8e feat: add some command aliases warg 2025-10-15 20:34:02 +02:00
  • e18dbfa423 fix(rust): adjust errorformat warg 2025-10-15 20:31:44 +02:00
  • be601c8cd1 fix(mappings): improve deletion of buffer mappings warg 2025-10-05 16:31:18 +02:00
  • 9181f951cf fix(lsp): move module into package dir warg 2025-10-05 01:09:59 +02:00
  • 42beb30dfb fix(util): remove unused functions warg 2025-10-05 00:44:12 +02:00
  • 6180ebed0b fix(nvim-dap-ui): suppress diagnostic warg 2025-10-05 00:43:52 +02:00
  • c73ea44856 fix(meta.uv): update file to latest and suppress deprecation warnings warg 2025-10-05 00:43:23 +02:00
  • 8b17ef2b6b feat: remove ow directory, keep ow in type annotations only warg 2025-10-05 00:30:22 +02:00
  • a1ff822efb docs(lsp.linter): remove confusing wording warg 2025-10-05 00:01:24 +02:00
  • b7bc837d3d fix(lsp.keymap): only toggle diagnostics for current buffer warg 2025-10-05 00:00:53 +02:00
  • 8bb81b27d3 fix(rust-analyzer): use nightly rustfmt warg 2025-10-05 00:00:33 +02:00
  • 76ad75fb05 fix(lazy.lock): add mason-auto-install warg 2025-10-05 00:00:13 +02:00
  • 180191b339 fix(lsp): make float diagnostics focusable warg 2025-10-02 06:01:22 +02:00
  • b87cabf6d8 fix(rust-analyzer): enable additional diagnostics warg 2025-10-02 06:00:40 +02:00
  • eb5b557f97 fix(rust-analyzer): filter out hint diagnostics warg 2025-10-02 05:51:39 +02:00
  • c45385a92e fix(efm): ignore "declared here" messages warg 2025-10-01 02:24:58 +02:00
  • b730c50b5a fix(onedark): call load() instead of colorscheme() warg 2025-09-30 20:47:43 +02:00
  • ededb07093 fix(dap.hover): add naive python formatting warg 2025-09-30 20:47:18 +02:00
  • 33378972cd fix(nvim-dap): make it load non-lazy warg 2025-09-30 20:47:02 +02:00
  • bca1ba5ae5 fix(dap.hover): remove annoying keymap warg 2025-09-30 20:46:43 +02:00
  • ccfa32271f fix(dap.hover): calculate max width correctly warg 2025-09-30 20:46:15 +02:00
  • 88c094fea2 fix(dap.hover): improve window state management warg 2025-09-30 20:45:53 +02:00
  • 0bea6f238f fix(dap.hover): change format of expand marker warg 2025-09-30 20:44:19 +02:00
  • ee781fc1b0 fix(dap.hover): only trim trailing whitespace warg 2025-09-30 20:43:29 +02:00
  • 968cf1cba5 fix(dap.hover): remove tree and make nodes self-contained subtrees warg 2025-09-30 20:40:56 +02:00
  • 39c1aac2a7 fix(dap.hover): format non-value nodes without = warg 2025-09-28 15:55:16 +02:00
  • 5f90120f44 fix(dap.hover): remove yank expression warg 2025-09-28 14:02:22 +02:00
  • 4fe90cf6e7 fix(dap.hover): add missing return type warg 2025-09-28 13:36:54 +02:00
  • 154de39931 fix(dap.hover): don't show null pointers as expandable warg 2025-09-28 13:36:02 +02:00
  • 0916fa1cb8 fix(dap.hover): don't format dereferenced variables specially warg 2025-09-28 12:57:32 +02:00
  • b475119409 feat(dap.hover): add more mappings warg 2025-09-27 20:30:41 +02:00
  • acd7d03bf0 fix(dap.hover): remove code duplication warg 2025-09-27 02:35:56 +02:00
  • e3f8b2ce15 fix(dap.hover): clean up constructors warg 2025-09-27 02:32:14 +02:00
  • b91ab499de fix(dap.hover): more cleanup warg 2025-09-27 02:29:34 +02:00
  • 3456dcc47c fix(dap.hover): cleanup warg 2025-09-27 00:45:44 +02:00
  • a00aec3555 refactor(dap.hover): move out Window class to separate module warg 2025-09-27 00:22:48 +02:00
  • f8f0cd8f89 fix(dap.hover): cleanup warg 2025-09-27 00:22:18 +02:00
  • 80a563dc9c feat(dap.hover): update buffer incrementally on expand/collapse warg 2025-09-26 22:56:58 +02:00
  • acf6fffb2f refactor(dap): simplify hover tree rendering architecture warg 2025-09-26 19:29:29 +02:00
  • cff07f8317 feat: implement interactable dap hover warg 2025-09-26 17:21:04 +02:00
  • 5256beea0f fix(dapui): enter the eval window automatically warg 2025-09-24 22:34:17 +02:00
  • f40dd15556 fix(dapui): make eval work in visual mode too warg 2025-09-24 22:28:07 +02:00
  • aa7ecf6b81 fix(dap): increase hover max width to 80 warg 2025-09-24 22:27:47 +02:00
  • 495c927c0e fix(dapui): add mapping for eval warg 2025-09-24 22:23:07 +02:00
  • 0275e73e48 fix(dap): handle lldb-dap behavior warg 2025-09-24 22:18:44 +02:00
  • a209640413 fix(dap-ui): add config warg 2025-09-24 21:19:58 +02:00
  • 847fe9f963 fix(dap): reimplement dap hover warg 2025-09-24 21:19:34 +02:00
  • 3440c5e98c Revert "fix: change diff put/get mapping" warg 2025-09-23 12:09:10 +02:00
  • eef13023a8 chore: bump plugin versions warg 2025-09-23 11:36:51 +02:00
  • 8f6e311fb7 fix(clangd): update clang-tidy checks warg 2025-09-23 11:35:51 +02:00
  • 7c8169baae feat: add dap repl highlighting warg 2025-09-23 11:35:10 +02:00
  • 741b72a5b9 fix: formatting warg 2025-09-20 19:42:23 +02:00
  • d5f5b933bb fix: final nvim-dap edits warg 2025-09-20 19:40:54 +02:00
  • cdb154e41c feat: setup nvim-dap with custom hover warg 2025-09-20 19:33:42 +02:00
  • 98eebdc060 fix: set inccommand to split warg 2025-09-20 19:32:34 +02:00
  • b4645f28d8 fix: change diff put/get mapping warg 2025-09-20 19:32:15 +02:00
  • 28029d283d feat: specify custom errorformat for C warg 2025-09-20 19:31:25 +02:00
  • 392925c143 fix(mappings): go to previous buffer on quitting buffer warg 2025-09-15 00:03:00 +02:00
  • bd22167eca chore(lazy): update plugins warg 2025-09-13 22:10:24 +02:00
  • ed315a6649 fix(telescope): update settings for pickers warg 2025-09-13 22:04:44 +02:00
  • 51fa945a87 fix(mappings): return to previous cursor position after rename warg 2025-09-13 21:47:49 +02:00
  • 2efd7bd243 refactor(mappings): merge two similar mapping groups warg 2025-09-13 21:44:22 +02:00
  • 8521151137 feat(fugitive): add more diffsplit mappings warg 2025-09-13 21:42:38 +02:00
  • b1aa282bba fix(nvim-cmp): show completions for :Man warg 2025-09-13 21:39:11 +02:00
  • c97668aff6 fix(nvim-tree): update keybinds warg 2025-09-07 05:38:30 +02:00
  • 7e6fd201b9 fix(telescope): update config warg 2025-09-07 04:22:38 +02:00
  • 44dfa47f41 chore: format all lua files warg 2025-09-06 01:29:17 +02:00
  • cc8164aef9 feat(mappings): add mapping to replace all occurrences of a word warg 2025-09-06 01:26:34 +02:00
  • a6fcb0b387 feat(clangd): add clang-tidy linter for clang-analyzer checks warg 2025-09-01 18:47:43 +02:00
  • ac8949ce4f feat: add terminal ESC mapping warg 2025-09-01 18:46:27 +02:00
  • b6300f42dc fix: load default on_attach callbacks warg 2025-08-19 20:45:02 +02:00
  • e6e2ed16dd feat: reload buffers when leaving terminal warg 2025-08-19 20:44:27 +02:00
  • 4e0ee49357 chore: update packages warg 2025-08-02 13:38:43 +02:00
  • 4a2329f3d7 feat: add hyprls warg 2025-07-31 22:05:04 +02:00
  • 0b23e44d2d fix(python): improve indent handling warg 2025-07-24 07:17:00 +02:00
  • 169408b266 fix(util): use correct log calls warg 2025-07-24 07:16:28 +02:00
  • 16c7225987 fix(oil): make oil the default file explorer warg 2025-07-24 07:15:28 +02:00
  • 30ecd8a225 feat(fugitive): auto-reload on bufwrite warg 2025-07-24 07:14:54 +02:00
  • 3ef30a71e8 feat(nvim-tree): disable auto open on startup warg 2025-07-24 04:05:52 +02:00
  • 9e518f729b feat(fugitive): replace git status tab with toggle in current warg 2025-07-24 04:04:41 +02:00
  • c03222b4f9 fix(fugitive): formatting warg 2025-07-24 03:58:55 +02:00
  • f3df118189 fix(clangd): call correct source/header switch command warg 2025-07-11 15:53:46 +02:00
  • 77ef518e82 feat(lsp): call default on_attach callback warg 2025-07-11 15:52:54 +02:00
  • 0c3c2a7f6e fix(telescope): ignore .git directories warg 2025-05-02 03:39:08 +02:00