Commit Graph

389 Commits

Author SHA1 Message Date
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 a06b051e6d
docs(readme): document backend workflow and keymaps 2026-03-06 11:14:42 +09:00
Paul B. Kim 6fb17303bc
feat(workflow): add backend engineering plugin stack 2026-03-06 11:14:38 +09:00
Paul B. Kim e5a8662c91
docs(nvim): add README and :help reference guide 2026-03-06 11:14:35 +09:00
Paul B. Kim ef1e7af98e
chore(gitignore): ignore local Serena metadata 2026-03-06 11:14:35 +09:00
Paul B. Kim 1ce6776b49
fix(treesitter): use new nvim-treesitter setup API 2026-03-06 11:14:35 +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
Test 1c56f4cdc0
fix(treesitter): use configs.setup and drop extra install logic 2026-03-06 11:14:35 +09:00
Paul B. Kim ba5ecb2e1f
chore: clear README.md
Removed extensive installation and configuration instructions for kickstart.nvim.
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
Paul B. Kim 1b65e46834
chore: add AGENTS.md development context 2026-03-06 11:14:27 +09:00
Paul B. Kim 0ecd67991d chore: base 2026-02-08 19:57:17 +09:00
Umut Sahin Onder 82949b8a26 Refactor(lsp): Ensure automatic server enabling 2025-05-17 13:56:36 +02:00
Umut Sahin Onder 718c90d224 fix: mason server name 2025-05-11 16:16:14 +02:00
Umut Önder f9628e5cad
Merge branch 'master' into master 2025-05-11 15:20:48 +02:00
Umut Sahin Onder 0018683a23 feat(lsp): Update Mason to v2 2025-05-11 15:18:53 +02:00
Omri Sarig 6ba2408cdf
fix: rename vim.highlight.on_yank to vim.hl.on_yank (#1482)
The functions of vim.highlight were renamed to vim.hl on commit
18b43c331d8a0ed87d7cbefe2a18543b8e4ad360 of neovim, which was applied
with the release of nvim version 0.11.

Now, the use of vim.highlight is deprecated, and instead, one should
use vim.hl functions.
In practice, vim.highlight is still working, however, asking for help
for vim.highlight.on_yank fails (E149), while asking for help for
vim.hl.on_yank works as expected. So, by updating the used function, a
new user will have easier time looking getting the relevant help.

Co-authored-by: Omri Sarig <omri.sarig@prevas.dk>
2025-05-10 20:29:04 -04:00
Damjan 9000 f5a9f9cdc6
README: mention fd-find in requirements (#1477)
Fixes #1476
2025-05-10 20:23:54 -04:00
pynappo fb73617653
don't lazy-load neo-tree so netrw hijacking on startup works (#1489) 2025-05-10 20:18:04 -04:00
Ori Perry c92ea7ca97
Replace vim.opt with vim.o (#1495)
* Replace vim.opt with vim.o

Because it offers a nicer interface and info on hover.
For now leave vim.opt when using the table interface (until vim.o
with tables is implemented)

* Add type hint for vim.opt.rtp

* Add a comment about using vim.opt instead of vim.o
2025-05-10 20:16:03 -04:00
guru245 2b2f0f8364
feat: switch vim-sleuth for guess-indent.nvim (#1512) 2025-05-10 20:11:50 -04:00
Umut Sahin Onder 9e0c7b6341 fix(deps): pin mason plugin versions to v1.* 2025-05-10 17:20:33 +02:00
guru245 76cb865e4f
Change to Mason's new address (#1516) 2025-05-09 19:41:44 -04:00
Umut Önder 81c5210cb5
Fix: correct variables inside comments
Co-authored-by: Rory Hendrickson <35480205+roryhen@users.noreply.github.com>
2025-04-30 17:01:57 +02:00
Umut Sahin Onder 531073d8b2 fix: revert back to original handler logic 2025-04-21 20:02:43 +02:00
Umut Sahin Onder dac395dac6 fix: Typo in comment 2025-04-20 13:12:00 +02:00
Umut Sahin Onder a590ab6c88 fix(lsp): Remove backwards compatibility and add comments for lsp setup 2025-04-20 12:58:57 +02:00
Umut Sahin Onder 5502cea3f6 style: format with stylua 2025-04-17 17:22:08 +02:00
Umut Sahin Onder 4b81900939 fix(lsp): correct variable name in lsp config loop
Signed-off-by: Umut Sahin Onder <umutsonder@gmail.com>
2025-04-17 17:17:26 +02:00
Umut Sahin Onder f70dcb3373 Typo fix 2025-04-16 19:42:03 +02:00
Umut Sahin Onder 3f0cd75469 feat: add support for new LSP config API in Neovim 0.11+ 2025-04-16 19:34:24 +02:00
Liam Dyer d350db2449
feat: switch nvim-cmp for blink.cmp (#1426) 2025-04-09 17:25:57 -04:00
Dmytro Onypko 9929044f24
Remove Telescope `0.1` branch lock (#1448) 2025-04-09 11:05:40 -04:00
Theo P. 1a5787bc57
Change LSP Keybindings to Match the Default `gr` Bindings Introduced in Neovim 0.11 (#1427)
* refactor: change LSP keybindings to the default gr bindings introduced in 0.11

* refactor: modify existing LSP functions to follow  convention
2025-04-09 11:01:57 -04:00
dasvh 8a5a52f647
fix: minor misspellings (#1450)
* fix: minor misspellings

* revert change for `-Bbuild`
2025-04-09 10:39:17 -04:00
Sander e947649cb0
feat(keymap): move windows without `<C-w>` (#1368) 2025-03-24 15:34:57 -04:00
RulentWave 5e2d7e184b
changed Conform's format_on_save lambda so that buffers that match disable_filetypes return nil. This allows you to enable a formatter for langages in the disable_filetypes table to have a formatter that can be run manually with Leader-f but doesnt enable format_on_save for them (#1395) 2025-03-24 15:33:53 -04:00
Luca Saccarola 2abcb39fae
fix: use correct github abmonition syntax (#1414) 2025-03-20 18:16:35 -04:00
Crypto-Spartan 38f4744e25
feat: add `vim.opt.confirm = true` (#1384) 2025-03-12 17:24:44 -04:00