feat(plugins): add lsp and motion community plugins
This commit is contained in:
@@ -9,12 +9,16 @@ return {
|
|||||||
{ enabled = true, import = "astrocommunity.pack.cpp" },
|
{ enabled = true, import = "astrocommunity.pack.cpp" },
|
||||||
{ enabled = true, import = "astrocommunity.pack.lua" },
|
{ enabled = true, import = "astrocommunity.pack.lua" },
|
||||||
{ enabled = true, import = "astrocommunity.pack.markdown" },
|
{ enabled = true, import = "astrocommunity.pack.markdown" },
|
||||||
{ enabled = home, import = "astrocommunity.pack.rust" },
|
|
||||||
{ enabled = home, import = "astrocommunity.pack.bash" },
|
{ enabled = home, import = "astrocommunity.pack.bash" },
|
||||||
|
{ enabled = home, import = "astrocommunity.pack.rust" },
|
||||||
|
|
||||||
{ enabled = work, import = "astrocommunity.pack.cs" },
|
{ enabled = work, import = "astrocommunity.pack.cs" },
|
||||||
{ enabled = work, import = "astrocommunity.pack.ps1" },
|
{ enabled = work, import = "astrocommunity.pack.ps1" },
|
||||||
|
|
||||||
{ enabled = false, import = "astrocommunity.pack.html-css" },
|
{ enabled = false, import = "astrocommunity.pack.html-css" },
|
||||||
{ enabled = false, import = "astrocommunity.pack.java" },
|
{ enabled = false, import = "astrocommunity.pack.java" },
|
||||||
|
{ enabled = false, import = "astrocommunity.pack.proto" },
|
||||||
{ enabled = false, import = "astrocommunity.pack.wgsl" }, -- WebGLShaderLanguage
|
{ enabled = false, import = "astrocommunity.pack.wgsl" }, -- WebGLShaderLanguage
|
||||||
|
|
||||||
-- DAP
|
-- DAP
|
||||||
@@ -26,6 +30,9 @@ return {
|
|||||||
-- Others
|
-- Others
|
||||||
-- { import = "astrocommunity.debugging.nvim-bqf" },
|
-- { import = "astrocommunity.debugging.nvim-bqf" },
|
||||||
{ import = "astrocommunity.motion.nvim-surround" }, -- Surround
|
{ 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
|
-- CVS
|
||||||
{ import = "astrocommunity.git.diffview-nvim" }, -- Diff
|
{ import = "astrocommunity.git.diffview-nvim" }, -- Diff
|
||||||
|
|||||||
Reference in New Issue
Block a user