mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-31 04:57:57 +00:00
nvim: modularize debugging plugins
This commit is contained in:
parent
3613a0d8c4
commit
8cecb95a34
@ -50,10 +50,6 @@ return {
|
|||||||
-- A bunch of pre-configured LSP configurations.
|
-- A bunch of pre-configured LSP configurations.
|
||||||
"neovim/nvim-lspconfig",
|
"neovim/nvim-lspconfig",
|
||||||
|
|
||||||
-- Attach it with a debugger.
|
|
||||||
"mfussenegger/nvim-dap",
|
|
||||||
|
|
||||||
-- Vimspector Gadget.
|
|
||||||
"puremourning/vimspector",
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
7
nvim/lua/plugins/debugger.lua
Normal file
7
nvim/lua/plugins/debugger.lua
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
return {
|
||||||
|
-- Attach it with a debugger.
|
||||||
|
"mfussenegger/nvim-dap",
|
||||||
|
|
||||||
|
-- Vimspector Gadget.
|
||||||
|
"puremourning/vimspector",
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user