update
This commit is contained in:
parent
49524fb9d0
commit
67df419445
1 changed files with 10 additions and 6 deletions
4
init.lua
4
init.lua
|
|
@ -123,8 +123,11 @@ require("lazy").setup({
|
|||
},
|
||||
{ "ellisonleao/glow.nvim", config = true, cmd = "Glow" },
|
||||
"nvim-pack/nvim-spectre",
|
||||
{ "rcarriga/nvim-dap-ui", requires = { "mfussenegger/nvim-dap" } },
|
||||
})
|
||||
|
||||
require("dapui").setup()
|
||||
|
||||
require("lualine").setup()
|
||||
|
||||
-- Terminal tabs
|
||||
|
|
@ -419,6 +422,7 @@ wk.register({
|
|||
d = {
|
||||
name = "Debug",
|
||||
c = { require("dap").continue, "Continue" },
|
||||
t = { require("dapui").toggle, "Toggle UI" },
|
||||
},
|
||||
n = {
|
||||
name = "New",
|
||||
|
|
|
|||
Loading…
Reference in a new issue