Setup debug adapters for codelldb, debugpy and gopls. Also remove
nvim-dap-profiles :( Apparently there is a way to do the same thing using launch.json built into dap, much better than my solution.
This commit is contained in:
parent
b7796e9a5e
commit
472208ea95
8 changed files with 95 additions and 7 deletions
|
|
@ -29,7 +29,10 @@ require("terminal")
|
|||
require("window_management").setup()
|
||||
|
||||
-- Set configs for servers and enable them in the Neovim LSP Client
|
||||
require("lsp")
|
||||
require("lsp/setup")
|
||||
|
||||
-- Set configs for nvim-dap so we can debug
|
||||
require("dap/setup")
|
||||
|
||||
-- See ":help vim.highlight.on_yank()"
|
||||
setup_yank_highlight()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue