diff --git a/lua/plugins/05-community.lua b/lua/plugins/05-community.lua index ec12cbb..aec3c2c 100644 --- a/lua/plugins/05-community.lua +++ b/lua/plugins/05-community.lua @@ -9,12 +9,16 @@ return { { enabled = true, import = "astrocommunity.pack.cpp" }, { enabled = true, import = "astrocommunity.pack.lua" }, { enabled = true, import = "astrocommunity.pack.markdown" }, - { enabled = home, import = "astrocommunity.pack.rust" }, + { 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 @@ -26,6 +30,9 @@ return { -- 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