mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-26 15:18:35 +02:00
adding python support
adding python support
This commit is contained in:
parent
9af29a0e1e
commit
d6b609bff0
2 changed files with 5 additions and 1 deletions
|
@ -23,6 +23,7 @@ return {
|
|||
|
||||
-- Add your own debuggers here
|
||||
'leoluz/nvim-dap-go',
|
||||
'mfussenegger/nvim-dap-python',
|
||||
},
|
||||
keys = function(_, keys)
|
||||
local dap = require 'dap'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue