LazyVim.LazyVim/lua/lazyvim/plugins/extras/editor
William Heryanto 4e746d0e56
fix(nlua): debugger not responding (#5319)
## Description

<!-- Describe the big picture of your changes to communicate to the
maintainers
  why we should accept this pull request. -->

Reference:
https://github.com/jbyuki/one-small-step-for-vimkind/issues/45#issuecomment-2125749906

Fix nlua debug adapter not responding, which for some reason because of
`fzf-lua`.

## Related Issue(s)

<!--
  If this PR fixes any issues, please link to the issue here.
  - Fixes #<issue_number>
-->

## Screenshots

<!-- Add screenshots of the changes if applicable. -->

No screenshot instead I'm providing how to reproduce with assumption
`dap.nlua` extra is enabled. Steps:

1. Launch the nlua `:lua require'osv'.launch({port=8086})`

2. Attach from any neovim instance to the debugger

   1. Run the debugger
      - Can do `<leader>dc`; or
      - Can do `:lua require'dap'.continue()`
   2. Choose `Attach to running Neovim instance (port = 8086)`

3. Prior to this changes, debugger will got timeout like the following

   ```text
Debug adapter didn't respond. Either the adapter is slow (then wait and
ignore this) or there is a problem with your adapter or `nlua`
configuration. Check the logs for errors (:help dap.set_log_level)
   ```

## Checklist

- [x] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md)
guidelines.
2025-01-06 05:52:36 +01:00
..
aerial.lua refactor: LazyVim.config 2024-06-16 15:35:38 +02:00
dial.lua fix(dial): add and/or augend to python ft (#4875) 2024-11-23 00:05:43 +01:00
fzf.lua fix(nlua): debugger not responding (#5319) 2025-01-06 05:52:36 +01:00
harpoon2.lua fix(harpoon): harpoon2 deprecated message (#2920) 2024-04-22 09:45:59 +02:00
illuminate.lua style(lsp): remove refs to document_highlight, which is no longer used 2024-12-16 17:47:07 +01:00
inc-rename.lua feat(editor): added extra for inc-rename.nvim (#3432) 2024-06-04 09:51:36 +02:00
leap.lua fix(flit): use which-key preset keymap descriptions (#4000) 2024-07-13 09:51:19 +02:00
mini-diff.lua fix(mini.diff): toggle 2024-12-07 20:52:13 +01:00
mini-files.lua feat(core)!: move a bunch of LazyVim features to snacks.nvim (#4706) 2024-11-07 15:54:47 +01:00
mini-move.lua fix(mini.move): default mini.move setup already maps the correct keys 2024-03-29 00:21:52 +01:00
navic.lua fix(navic): use the same background color as lualine section_c (#4231) 2024-11-08 14:08:43 +01:00
outline.lua fix(outline): use new object for symbols.filter (#4006) 2024-07-12 22:06:34 +02:00
overseer.lua feat: new mappings format for which-key v3. Forgot to push :) 2024-07-12 22:54:35 +02:00
refactoring.lua fix(refactoring): use pick for both Telescope and fzf-lua (#3769) 2024-06-23 07:01:58 +02:00
telescope.lua fix(telescope): buffers to start at final item (#4189) 2024-11-08 14:06:39 +01:00