22-- https://github.com/AstroNvim/astrocommunity
33
44return {
5+ -- ----------------------------------------------
56 -- Add the community repository of plugin specifications
67 " AstroNvim/astrocommunity" ,
78
@@ -11,18 +12,24 @@ return {
1112 -- "AstroNvim/astrocommunity",
1213 -- dev = true,
1314 -- },
15+ -- local plugins in path
16+ -- { dir = "~/projects/community/neovim/astrocommunity" },
17+ -- ----------------------------------------------
1418
19+ -- ----------------------------------------------
1520 -- Motion plugins
1621 -- :help nvim-surround.usage.
1722 { import = " astrocommunity.motion.nvim-surround" },
23+ -- ----------------------------------------------
1824
19-
25+ -- ----------------------------------------------
2026 -- Editor support
2127 -- Rainbow parens
2228 { import = " astrocommunity.editing-support.nvim-ts-rainbow2" },
2329 { import = " astrocommunity.editing-support.nvim-regexplainer" },
2430 { import = " astrocommunity.editing-support.todo-comments-nvim" },
2531
32+ -- ----------------------------------------------
2633 -- Distraction free editing
2734 { import = " astrocommunity.editing-support.zen-mode-nvim" },
2835 {
@@ -41,7 +48,9 @@ return {
4148 },
4249 },
4350 },
51+ -- ----------------------------------------------
4452
53+ -- ----------------------------------------------
4554 -- Packs
4655 -- Treesitter: clojure , Lsp: clojure-lsp, Lint/format:
4756 { import = " astrocommunity.pack.clojure" },
@@ -57,16 +66,25 @@ return {
5766 -- { import = "astrocommunity.pack.markdown" },
5867 -- Treesitter: markdown & markdown_inline, Lsp: marksman, Lint/format: prettierd
5968 -- { import = "astrocommunity.pack.yaml" },
69+ -- ----------------------------------------------
6070
71+ -- ----------------------------------------------
6172 -- Project
6273 { import = " astrocommunity.project.project-nvim" }, -- switch between projects
74+ -- ----------------------------------------------
6375
76+ -- ----------------------------------------------
6477 -- Themes
6578 -- defined in themes.lua
79+ -- ----------------------------------------------
6680
81+ -- ----------------------------------------------
6782 -- Utility
6883 { import = " astrocommunity.utility.noice-nvim" }, -- switch between projects
6984
7085 -- Version Control
7186 -- defined in plugins/git.lua
87+
88+ -- { "max397574/better-escape.nvim", enabled = false },
89+ -- ----------------------------------------------
7290}
0 commit comments