feat(dap): enable on all platforms
This commit is contained in:
@@ -23,9 +23,10 @@ return {
|
|||||||
{ enabled = false, import = "astrocommunity.pack.wgsl" }, -- WebGLShaderLanguage
|
{ enabled = false, import = "astrocommunity.pack.wgsl" }, -- WebGLShaderLanguage
|
||||||
|
|
||||||
-- DAP
|
-- DAP
|
||||||
{ enabled = home, import = "astrocommunity.debugging.telescope-dap-nvim" },
|
{ enabled = true, import = "astrocommunity.debugging.telescope-dap-nvim" },
|
||||||
{ enabled = home, import = "astrocommunity.debugging.nvim-dap-virtual-text" },
|
{ enabled = true, import = "astrocommunity.debugging.nvim-dap-virtual-text" },
|
||||||
{ enabled = home, import = "astrocommunity.debugging.nvim-dap-repl-highlights" },
|
{ enabled = true, import = "astrocommunity.debugging.nvim-dap-repl-highlights" },
|
||||||
|
|
||||||
-- Motions
|
-- Motions
|
||||||
{ import = "astrocommunity.syntax.vim-sandwich" }, -- Surround
|
{ import = "astrocommunity.syntax.vim-sandwich" }, -- Surround
|
||||||
{ import = "astrocommunity.motion.nvim-spider" }, -- Move in subwords
|
{ import = "astrocommunity.motion.nvim-spider" }, -- Move in subwords
|
||||||
|
|||||||
Reference in New Issue
Block a user