feat(plugins): add lsp and motion community plugins

This commit is contained in:
2024-03-16 11:08:42 +01:00
parent 29141d88ed
commit e5ae020b03

View File

@@ -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