master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 2cc3afb6ee - Show all commits

View File

@@ -10,6 +10,7 @@ return {
}, },
}, },
'rcarriga/cmp-dap', 'rcarriga/cmp-dap',
'LiadOz/nvim-dap-repl-highlights',
}, },
keys = { keys = {
{ {
@@ -221,6 +222,7 @@ return {
-- EXTENSIONS -- EXTENSIONS
require('nvim-dap-repl-highlights').setup()
require('nvim-dap-virtual-text').setup({}) require('nvim-dap-virtual-text').setup({})
end, end,
} }