fix(dap): only at home
This commit is contained in:
@@ -22,9 +22,9 @@ return {
|
||||
{ enabled = false, import = "astrocommunity.pack.wgsl" }, -- WebGLShaderLanguage
|
||||
|
||||
-- DAP
|
||||
{ import = "astrocommunity.debugging.telescope-dap-nvim" },
|
||||
{ import = "astrocommunity.debugging.nvim-dap-virtual-text" },
|
||||
{ import = "astrocommunity.debugging.nvim-dap-repl-highlights" },
|
||||
{ enabled = home, import = "astrocommunity.debugging.telescope-dap-nvim" },
|
||||
{ enabled = home, import = "astrocommunity.debugging.nvim-dap-virtual-text" },
|
||||
{ enabled = home, import = "astrocommunity.debugging.nvim-dap-repl-highlights" },
|
||||
-- Motions
|
||||
{ import = "astrocommunity.motion.nvim-surround" }, -- Surround
|
||||
{ import = "astrocommunity.motion.nvim-spider" }, -- Move in subwords
|
||||
|
||||
Reference in New Issue
Block a user