just some changes
This commit is contained in:
parent
597de90d41
commit
fac895e919
3 changed files with 2 additions and 13 deletions
|
|
@ -129,13 +129,4 @@ return {
|
|||
}
|
||||
end
|
||||
},
|
||||
|
||||
{ "mfussenegger/nvim-dap-python",
|
||||
reqs = "mfussenegger/nvim-dap",
|
||||
lazy = dep_short.ft("python"),
|
||||
load = function()
|
||||
local debugpy = core.mason.get_pkg_path("debugpy", "/venv/bin/python3")
|
||||
require("dap-python").setup(debugpy)
|
||||
end
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ return { "mellow-theme/mellow.nvim",
|
|||
|
||||
-- make floats darker
|
||||
["NormalFloat"] = { fg = c.fg, bg = "#111111" },
|
||||
["FloatBorder"] = { fg = "#111111" },
|
||||
["FloatBorder"] = { bg = "#111111" },
|
||||
|
||||
-- Make pmenu look good
|
||||
["Pmenu"] = { link = "NormalFloat" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue