mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2026-02-04 06:42:05 +00:00
Update 2025-04-30
Update 2025-04-04 Update 2025-04-06 Update 2025-04-11 Update 2025-04-13 Update 2025-04-14 Update 2025-04-15 Update 2025-04-25 Update 2025-04-27 Update 2025-04-30
This commit is contained in:
@@ -8,6 +8,7 @@ return {
|
||||
"nvim-neotest/nvim-nio",
|
||||
{ "mfussenegger/nvim-dap-python", ft = "python" },
|
||||
"theHamsta/nvim-dap-virtual-text",
|
||||
"neovim/nvim-lspconfig",
|
||||
},
|
||||
keys = {
|
||||
{
|
||||
@@ -192,8 +193,9 @@ return {
|
||||
|
||||
dapui.setup()
|
||||
require("mason-nvim-dap").setup({
|
||||
automatic_installation = true,
|
||||
ensure_installed = {
|
||||
"firefox-debug-adapter",
|
||||
-- "firefox-debug-adapter",
|
||||
"codelldb",
|
||||
},
|
||||
automatic_install = true,
|
||||
@@ -205,7 +207,7 @@ return {
|
||||
require("dap-python").setup("python")
|
||||
|
||||
--- JS/TS
|
||||
local firefox_debug_adapter = mason_registry.get_package("firefox-debug-adapter"):get_install_path()
|
||||
--[[ local firefox_debug_adapter = mason_registry.get_package("firefox-debug-adapter"):get_install_path()
|
||||
.. "/dist/adapter.bundle.js"
|
||||
dap.adapters.firefox = {
|
||||
type = "executable",
|
||||
@@ -225,7 +227,7 @@ return {
|
||||
}
|
||||
dap.configurations.javascriptreact = dap.configurations.javascript
|
||||
dap.configurations.typescript = dap.configurations.javascript
|
||||
dap.configurations.typescriptreact = dap.configurations.javascript
|
||||
dap.configurations.typescriptreact = dap.configurations.javascript ]]
|
||||
|
||||
-- C/C++
|
||||
dap.adapters.gdb = {
|
||||
|
||||
Reference in New Issue
Block a user