2024-04-11 08:04:03 +01:00
|
|
|
-- if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE
|
2024-04-11 07:33:31 +01:00
|
|
|
|
|
|
|
-- AstroCommunity: import any community modules here
|
|
|
|
-- We import this file in `lazy_setup.lua` before the `plugins/` folder.
|
|
|
|
-- This guarantees that the specs are processed before any user plugins.
|
|
|
|
|
|
|
|
---@type LazySpec
|
|
|
|
return {
|
|
|
|
"AstroNvim/astrocommunity",
|
|
|
|
{ import = "astrocommunity.pack.lua" },
|
|
|
|
-- import/override with your plugins folder
|
2024-04-11 08:04:03 +01:00
|
|
|
|
|
|
|
-- colorscheme
|
|
|
|
{ import = "astrocommunity.colorscheme.everforest" },
|
|
|
|
|
|
|
|
-- completion
|
|
|
|
-- { import = "astrocommunity.completion.codeium-vim" },
|
|
|
|
-- { import = "astrocommunity.completion.copilot-lua-cmp" },
|
|
|
|
|
|
|
|
-- diagnostics
|
|
|
|
{ import = "astrocommunity.diagnostics.lsp_lines-nvim" },
|
|
|
|
{ import = "astrocommunity.diagnostics.trouble-nvim" },
|
|
|
|
|
2024-09-08 07:59:21 +01:00
|
|
|
-- docker
|
|
|
|
{ import = "astrocommunity.docker.lazydocker" },
|
|
|
|
|
2024-04-11 08:04:03 +01:00
|
|
|
-- editing-support
|
|
|
|
{ import = "astrocommunity.editing-support.treesj" },
|
|
|
|
{ import = "astrocommunity.editing-support.todo-comments-nvim" },
|
|
|
|
{ import = "astrocommunity.editing-support.rainbow-delimiters-nvim" },
|
|
|
|
{ import = "astrocommunity.editing-support.auto-save-nvim" },
|
|
|
|
{ import = "astrocommunity.editing-support.refactoring-nvim" },
|
2024-07-10 09:59:33 +01:00
|
|
|
{ import = "astrocommunity.editing-support.vim-doge" }, -- docs generator
|
|
|
|
{ import = "astrocommunity.editing-support.nvim-origami" }, -- fold key bindings
|
2024-04-11 08:04:03 +01:00
|
|
|
-- { import = "astrocommunity.editing-support.wildfire-nvim" }, -- Vim:E523: Not allowed here broken @1729fac - Aug 21, 2023 - https://github.com/SUSTech-data/wildfire.nvim/commits/master/
|
|
|
|
|
|
|
|
-- file-explorer
|
|
|
|
{ import = "astrocommunity.file-explorer.oil-nvim" },
|
|
|
|
|
|
|
|
-- git
|
2024-09-08 07:52:49 +01:00
|
|
|
{ import = "astrocommunity.git.gitgraph-nvim" },
|
2024-09-10 10:02:31 +01:00
|
|
|
{ import = "astrocommunity.git.neogit" },
|
2024-04-11 08:04:03 +01:00
|
|
|
|
2024-09-10 10:02:47 +01:00
|
|
|
-- icon
|
|
|
|
{ import = "astrocommunity.icon.mini-icons" },
|
|
|
|
|
2024-04-11 08:04:03 +01:00
|
|
|
-- lsp
|
|
|
|
{ import = "astrocommunity.lsp.inc-rename-nvim" },
|
2024-06-04 09:43:48 +01:00
|
|
|
-- { import = "astrocommunity.lsp.lsp-inlayhints-nvim" },
|
2024-04-11 08:04:03 +01:00
|
|
|
{ import = "astrocommunity.lsp.lsp-signature-nvim" },
|
|
|
|
|
|
|
|
-- motion
|
|
|
|
{ import = "astrocommunity.motion.flash-nvim" },
|
|
|
|
{ import = "astrocommunity.motion.hop-nvim" },
|
|
|
|
|
|
|
|
-- pack
|
|
|
|
{ import = "astrocommunity.pack.bash" },
|
|
|
|
{ import = "astrocommunity.pack.docker" },
|
2024-06-04 09:44:23 +01:00
|
|
|
-- { import = "astrocommunity.pack.full-dadbod" }, -- databases
|
2024-04-11 08:04:03 +01:00
|
|
|
{ import = "astrocommunity.pack.html-css" },
|
|
|
|
{ import = "astrocommunity.pack.json" },
|
2024-05-10 16:04:00 +01:00
|
|
|
{ import = "astrocommunity.pack.just" },
|
2024-04-11 08:04:03 +01:00
|
|
|
{ import = "astrocommunity.pack.java" },
|
2024-07-08 11:18:32 +01:00
|
|
|
{
|
|
|
|
"mfussenegger/nvim-jdtls",
|
|
|
|
opts = {
|
|
|
|
settings = {
|
|
|
|
java = {
|
|
|
|
configuration = {
|
|
|
|
runtimes = {
|
|
|
|
{
|
|
|
|
name = "Java-8",
|
|
|
|
path = "/home/pcampbell/.local/share/mise/installs/java/adoptopenjdk-8.0.392+8/",
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
2024-04-11 08:04:03 +01:00
|
|
|
{ import = "astrocommunity.pack.markdown" },
|
|
|
|
-- { import = "astrocommunity.pack.python" },
|
|
|
|
{ import = "astrocommunity.pack.rust" },
|
|
|
|
-- { import = "astrocommunity.pack.terraform" },
|
2024-07-08 11:19:03 +01:00
|
|
|
{ import = "astrocommunity.pack.typescript" },
|
2024-04-11 08:04:03 +01:00
|
|
|
{ import = "astrocommunity.pack.yaml" },
|
|
|
|
|
2024-09-08 07:59:27 +01:00
|
|
|
-- quickfix
|
|
|
|
{ import = "astrocommunity.quickfix.quicker-nvim" },
|
|
|
|
|
2024-04-11 08:04:03 +01:00
|
|
|
-- scrolling
|
|
|
|
{ import = "astrocommunity.scrolling.nvim-scrollbar" },
|
|
|
|
|
|
|
|
-- test
|
2024-06-04 09:44:52 +01:00
|
|
|
-- { import = "astrocommunity.test.neotest" }, -- doesn't detect when a test fails v5.2.5
|
|
|
|
-- { import = "astrocommunity.test.nvim-coverage" }, -- doesn't appear to detect coverage reports
|
2024-04-11 08:04:03 +01:00
|
|
|
|
|
|
|
-- workflow
|
2024-04-19 07:25:35 +01:00
|
|
|
-- { import = "astrocommunity.workflow.hardtime-nvim" },
|
2024-04-11 07:33:31 +01:00
|
|
|
}
|