local home = vim.fn.hostname() == "comanche" local work = not home ---@type LazySpec return { { "AstroNvim/astrocommunity", branch = "v4" }, -- Language packs { enabled = true, import = "astrocommunity.pack.cpp" }, { enabled = true, import = "astrocommunity.pack.lua" }, { enabled = true, import = "astrocommunity.pack.markdown" }, { enabled = home, import = "astrocommunity.pack.bash" }, { enabled = home, import = "astrocommunity.pack.rust" }, { enabled = work, import = "astrocommunity.pack.cs" }, { enabled = work, import = "astrocommunity.pack.ps1" }, { enabled = false, import = "astrocommunity.pack.html-css" }, { enabled = false, import = "astrocommunity.pack.java" }, { enabled = false, import = "astrocommunity.pack.proto" }, { enabled = false, import = "astrocommunity.pack.wgsl" }, -- WebGLShaderLanguage -- DAP -- Figure out if needed when you finaly try to use the DAP -- { import = "astrocommunity.debugging.telescope-dap-nvim" }, -- { import = "astrocommunity.debugging.nvim-dap-virtual-text" }, -- { import = "astrocommunity.debugging.nvim-dap-repl-highlights" }, -- Others -- { import = "astrocommunity.debugging.nvim-bqf" }, { import = "astrocommunity.motion.nvim-surround" }, -- Surround { import = "astrocommunity.motion.nvim-spider" }, -- Move in subwords { import = "astrocommunity.lsp.lsp-signature-nvim" }, -- Support for lsp signatureHelp { import = "astrocommunity.lsp.lsplinks-nvim" }, -- Support for document links (needed?) -- CVS { import = "astrocommunity.git.diffview-nvim" }, -- Diff { import = "astrocommunity.git.neogit"}, -- Git }