Add initial xlibre/X11 configs and installs, add misc install programs

This commit is contained in:
2026-01-16 02:39:39 -06:00
parent a220886000
commit 512bd034c4
14 changed files with 188 additions and 12 deletions

View File

@@ -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,