diff options
author | Chris <[email protected]> | 2021-07-05 00:52:36 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-07-05 00:52:36 -0400 |
commit | af5d292fbf51946ed508222cdefca3caed364971 (patch) | |
tree | f15886cae9937e004ce34832802e9840b38c628c /ftplugin/python.lua | |
parent | 4bbf4c290a4a61e70717f3ea52567d2cacfdedae (diff) |
basic python debugging
Diffstat (limited to 'ftplugin/python.lua')
-rw-r--r-- | ftplugin/python.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ftplugin/python.lua b/ftplugin/python.lua index abb75e2a..04fe2ded 100644 --- a/ftplugin/python.lua +++ b/ftplugin/python.lua @@ -75,3 +75,6 @@ if O.lang.python.autoformat then }, } end + +local dap_install = require("dap-install") +dap_install.config("python_dbg", {}) |