Update 2025-10-03

This commit is contained in:
2025-10-03 15:04:38 +03:00
parent 8e8c99a6cc
commit 168bd977df
20 changed files with 58 additions and 322 deletions

View File

@@ -6,7 +6,7 @@ return {
"rcarriga/nvim-dap-ui",
"mfussenegger/nvim-dap",
"nvim-neotest/nvim-nio",
{ "mfussenegger/nvim-dap-python", ft = "python" },
{ "mfussenegger/nvim-dap-python", ft = "python", enabled = false },
"theHamsta/nvim-dap-virtual-text",
"neovim/nvim-lspconfig",
},
@@ -204,7 +204,7 @@ return {
require("nvim-dap-virtual-text").setup({})
--- Python
require("dap-python").setup("python")
-- require("dap-python").setup("uv")
--- JS/TS
--[[ local firefox_debug_adapter = mason_registry.get_package("firefox-debug-adapter"):get_install_path()