local home = vim.fn.hostname() == "comanche" local work = not home ---@type LazySpec return { { "AstroNvim/astrocommunity" }, -- 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 { 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.syntax.vim-sandwich" }, -- Surround { import = "astrocommunity.motion.nvim-spider" }, -- Move in subwords -- Lsp { import = "astrocommunity.lsp.lsp-signature-nvim" }, -- Support for lsp signatureHelp { import = "astrocommunity.lsp.lsplinks-nvim" }, -- Support for document links (needed?) { import = "astrocommunity.lsp.lspsaga-nvim" }, -- Nicer menus for LSP -- CVS { import = "astrocommunity.git.diffview-nvim" }, -- Diff { import = "astrocommunity.git.neogit" }, -- Git -- Tools { import = "astrocommunity.editing-support.conform-nvim" }, { import = "astrocommunity.editing-support.refactoring-nvim" }, { import = "astrocommunity.syntax.vim-easy-align" }, }