moreeeee updates . ..

This commit is contained in:
Jimmy Bates 2024-04-21 04:50:58 -07:00
parent 0ed010f399
commit b94345a27a
7 changed files with 30 additions and 10 deletions

View file

@ -90,6 +90,6 @@ return {
-- Install golang specific config
require('dap-go').setup()
require('dap-python').setup()
require('dap-python').setup '~/.config/nvim/.venv/bin/python'
end,
}