feat: add DAP configuration for Python and enhance debugging setup

This commit is contained in:
sharmaharshitnone 2025-05-30 22:56:04 +05:30
parent 1fdec71945
commit 87611001cf
3 changed files with 228 additions and 16 deletions

View file

@ -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({