mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-27 07:28:53 +02:00
feat: add DAP configuration for Python and enhance debugging setup
This commit is contained in:
parent
1fdec71945
commit
87611001cf
3 changed files with 228 additions and 16 deletions
|
@ -78,7 +78,7 @@ return {
|
|||
config = function(_, opts)
|
||||
require('trouble').setup(opts)
|
||||
-- Add which-key group
|
||||
-- local ok, which_key = pcall(require, 'which-key')
|
||||
local ok, which_key = pcall(require, 'which-key')
|
||||
-- if ok then
|
||||
-- -- Use standard which-key format that's known to work
|
||||
-- which_key.register({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue