nvim: Add highlights to nvim-dap repl
This commit is contained in:
parent
3454c60c44
commit
0d8208d722
2 changed files with 9 additions and 14 deletions
|
|
@ -58,6 +58,7 @@
|
||||||
"nvim-coverage": { "branch": "main", "commit": "a939e425e363319d952a6c35fb3f38b34041ded2" },
|
"nvim-coverage": { "branch": "main", "commit": "a939e425e363319d952a6c35fb3f38b34041ded2" },
|
||||||
"nvim-dap": { "branch": "master", "commit": "6a5bba0ddea5d419a783e170c20988046376090d" },
|
"nvim-dap": { "branch": "master", "commit": "6a5bba0ddea5d419a783e170c20988046376090d" },
|
||||||
"nvim-dap-python": { "branch": "master", "commit": "261ce649d05bc455a29f9636dc03f8cdaa7e0e2c" },
|
"nvim-dap-python": { "branch": "master", "commit": "261ce649d05bc455a29f9636dc03f8cdaa7e0e2c" },
|
||||||
|
"nvim-dap-repl-highlights": { "branch": "master", "commit": "307cff2c364d3bf02501d59c405a817967fcd5fb" },
|
||||||
"nvim-dap-view": { "branch": "main", "commit": "fc0315087a871f9e74ef88559760b81dae81bc6d" },
|
"nvim-dap-view": { "branch": "main", "commit": "fc0315087a871f9e74ef88559760b81dae81bc6d" },
|
||||||
"nvim-lint": { "branch": "master", "commit": "9dfb77ef6c5092a19502883c02dc5a02ec648729" },
|
"nvim-lint": { "branch": "master", "commit": "9dfb77ef6c5092a19502883c02dc5a02ec648729" },
|
||||||
"nvim-lspconfig": { "branch": "master", "commit": "77d3fdfb3554632c7a3b101ded643d422de7626f" },
|
"nvim-lspconfig": { "branch": "master", "commit": "77d3fdfb3554632c7a3b101ded643d422de7626f" },
|
||||||
|
|
|
||||||
|
|
@ -152,22 +152,16 @@ return {
|
||||||
{
|
{
|
||||||
"mfussenegger/nvim-dap",
|
"mfussenegger/nvim-dap",
|
||||||
dependencies = {
|
dependencies = {
|
||||||
-- {
|
{
|
||||||
-- "rcarriga/nvim-dap-ui",
|
"LiadOz/nvim-dap-repl-highlights",
|
||||||
-- config = true,
|
opts = {},
|
||||||
-- keys = {
|
build = ":TSInstall dap_repl",
|
||||||
-- {
|
dependencies = { "nvim-treesitter/nvim-treesitter" },
|
||||||
-- "<leader>sb",
|
},
|
||||||
-- function()
|
|
||||||
-- require("dapui").toggle({})
|
|
||||||
-- end,
|
|
||||||
-- desc = "Dap UI",
|
|
||||||
-- },
|
|
||||||
-- },
|
|
||||||
-- },
|
|
||||||
{
|
{
|
||||||
"igorlfs/nvim-dap-view",
|
"igorlfs/nvim-dap-view",
|
||||||
opts = {},
|
opts = { winbar = { controls = { enabled = true } } },
|
||||||
keys = {
|
keys = {
|
||||||
{
|
{
|
||||||
"<leader>sb",
|
"<leader>sb",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue