From e5ae020b037b49d4e921ab565a48f27af92a4d6c Mon Sep 17 00:00:00 2001 From: Niverton Date: Sat, 16 Mar 2024 11:08:42 +0100 Subject: [PATCH] feat(plugins): add lsp and motion community plugins --- lua/plugins/05-community.lua | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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