Commit Graph

21 Commits

Author SHA1 Message Date
Paul B. Kim 5e80798015
remove opencode plugin config 2026-05-08 23:44:07 +09:00
Paul B. Kim bcf01e34ef
Merge remote-tracking branch 'upstream/master' 2026-04-05 15:20:49 +09:00
Paul B. Kim 448f3de389
fix(markdown): conditionally open preview browser 2026-03-07 22:33:45 +09:00
Paul B. Kim 6d2fd09ce0
fix(bufferline): preserve neo-tree on buffer cleanup 2026-03-06 22:41:52 +09:00
Paul B. Kim 0db92a7f4b
refactor(debug): inline C/C++ DAP setup into debug plugin spec
dap_cpp.lua was a separate module used in exactly one place.
Inlined setup_cpp_dap() directly into debug.lua to remove
the unnecessary indirection.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-06 12:31:23 +09:00
Paul B. Kim cbfd797e56
refactor(config): inline location reference plugin and refresh docs 2026-03-06 12:27:42 +09:00
Paul B. Kim ef32c150ff
feat(ui): add bufferline plugin config 2026-03-06 11:15:28 +09:00
Paul B. Kim da30b14419
feat(yank): add location reference clipboard utilities 2026-03-06 11:15:24 +09:00
Paul B. Kim 99d232e902
feat(keymap): reorganize <leader>g prefix, add LSP goto keymaps 2026-03-06 11:15:20 +09:00
Paul B. Kim 953e5b7d5c
feat(lsp): add file rename → import update support
- Switch pyright to basedpyright (willRenameFiles capability)
- Add nvim-lsp-file-operations for neo-tree rename → LSP updates
- Add Snacks.rename with <leader>cR for current-buffer file renames
- Harden oil.nvim with lsp_file_methods (2s timeout, autosave unmodified)
2026-03-06 11:15:14 +09:00
Paul B. Kim cfa2d19f59
added folding and lint 2026-03-06 11:15:14 +09:00
Paul B. Kim e6be670294
fix(startup): fix multi-splash, remove stale session manager 2026-03-06 11:15:08 +09:00
Paul B. Kim 3b78c4b65d
fix(opencode): sanitize notified errors
Avoid exposing full upstream error payloads in notifications by redacting token-like fields and showing bounded, safe messages while keeping ask/select/command promise handling resilient.
2026-03-06 11:14:46 +09:00
Paul B. Kim 1da7fbeaf3
feat(debug): add C/C++ codelldb profile and textobject selects
Add additive C/C++ DAP launch defaults and treesitter select textobjects to speed structural editing while preserving existing keymaps and DAP controls.
2026-03-06 11:14:46 +09:00
Paul B. Kim 6fb17303bc
feat(workflow): add backend engineering plugin stack 2026-03-06 11:14:38 +09:00
Paul B. Kim 8894b26dbc
feat(git): add diffview shortcuts 2026-03-06 11:14:35 +09:00
Paul B. Kim 7748db4117
fix(config): wire Vue TS backend and remove stale wrapping module 2026-03-06 11:14:35 +09:00
Paul B. Kim 357dab6e1c
fix(plugins): initial plugin configuration fixes 2026-03-06 11:14:30 +09:00
orip 177ff61483 Add type hints to plugin options where possible
This could help beginners to get autocompletion, catch mistakes earlier,
and allow them to skip the docs for simple configs.

This is not perfect because a lot of the plugins type all of their keys
as required, even though they have defaults, but this is good enough.
2026-02-27 20:43:08 +02:00
Paul B. Kim 0ecd67991d chore: base 2026-02-08 19:57:17 +09:00
TJ DeVries 3526fbeec9
feat: move to lazy.nvim package manager and add first plugins (#178)
Closes #175
Closes #177
Closes #173
Closes #169
Closes #161
Closes #144
Closes #138
Fixes #136
Closes #137
Closes #131
Closes #117
Closes #130
Closes #115
Closes #86
Closes #105
Closes #70
Fixes #176
Fixes #174
Fixes #160
Fixes #158
2023-02-17 16:31:57 -05:00