Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit 844e218

Browse files
community: format config
1 parent c5b8ad0 commit 844e218

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

plugins/community.lua

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
-- https://github.com/AstroNvim/astrocommunity
33

44
return {
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

Comments
 (0)