kickstart.nvim/lua/setup
Arthur Gonze Machado 0013b65974 Refactor LSP, DAP, and gitsigns; add markdown lint config and formatter
- Fix deprecated vim.lsp.stop_client → client:stop(true) in LSP restart
- Preserve virtual_text settings on LSP diagnostic toggle
- Fix LspDetach augroup cleared on every attach (buffer-local autocmds)
- Fix clangd switch_source_header and symbol_info error handling
- Rename preview_hunk_inline keybind <leader>ph → <leader>hP
- Add markdown formatter (prettier) and linter config (.markdownlint.json)
- Unreal C++ auto-init now triggers on BufNewFile
- Python DAP setup wired via mason install event
- Update README with keybind reference and Unreal section
- Rewrite requirements.md as clean plugin-link tables
2026-05-31 17:12:02 -04:00
..
autocmds.lua Refactor LSP, DAP, and gitsigns; add markdown lint config and formatter 2026-05-31 17:12:02 -04:00
keymap.lua Refactor LSP, DAP, and gitsigns; add markdown lint config and formatter 2026-05-31 17:12:02 -04:00
lazy.lua Refactor LSP, DAP, and gitsigns; add markdown lint config and formatter 2026-05-31 17:12:02 -04:00
lsp.lua Refactor LSP, DAP, and gitsigns; add markdown lint config and formatter 2026-05-31 17:12:02 -04:00
set.lua Refactor LSP, DAP, and gitsigns; add markdown lint config and formatter 2026-05-31 17:12:02 -04:00