diff options
| author | Keiwan Jamaly <33158209+keiwanjamaly@users.noreply.github.com> | 2023-04-26 17:37:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-26 17:37:48 +0200 |
| commit | d9aeb624ce27195823a7277496ed545c7b583373 (patch) | |
| tree | c2431eb67bbe96cd3a5bf26e68f0946a27721ec8 | |
| parent | 66b4d180a6a0cb23d77bd2834f3c98e6c780c0c9 (diff) | |
| download | dots-d9aeb624ce27195823a7277496ed545c7b583373.tar.gz | |
Added disconnect emoji for nvim-dap-ui
| -rw-r--r-- | nvim/lua/kickstart/plugins/debug.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nvim/lua/kickstart/plugins/debug.lua b/nvim/lua/kickstart/plugins/debug.lua index 14f422f..deeda56 100644 --- a/nvim/lua/kickstart/plugins/debug.lua +++ b/nvim/lua/kickstart/plugins/debug.lua @@ -69,6 +69,7 @@ return { step_back = 'b', run_last = '▶▶', terminate = '⏹', + disconnect = "⏏", }, }, } |