Add initial xlibre/X11 configs and installs, add misc install programs
This commit is contained in:
@@ -5,10 +5,10 @@ return {
|
||||
local dap = require("dap")
|
||||
dap.set_log_level("DEBUG")
|
||||
|
||||
dap.adapters.codelldb = {
|
||||
type = "executable",
|
||||
command = "codelldb",
|
||||
}
|
||||
-- dap.adapters.codelldb = {
|
||||
-- type = "executable",
|
||||
-- command = "codelldb",
|
||||
-- }
|
||||
|
||||
local dapConfigArgsInput = function()
|
||||
return vim.split(vim.fn.input("args: "), " ")
|
||||
@@ -104,7 +104,7 @@ return {
|
||||
config = function()
|
||||
require("mason-nvim-dap").setup({
|
||||
ensure_installed = {
|
||||
"codelldb",
|
||||
-- "codelldb",
|
||||
-- "delve",
|
||||
},
|
||||
automatic_installation = true,
|
||||
|
||||
Reference in New Issue
Block a user