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

Commit eb3f1b3

Browse files
community: tidy up configuration file
1 parent 1cd649b commit eb3f1b3

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

plugins/community.lua

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
-- AstroCommunity plugins
2+
-- https://github.com/AstroNvim/astrocommunity
3+
14
return {
25
-- Add the community repository of plugin specifications
36
"AstroNvim/astrocommunity",
4-
-- example of imporing a plugin, comment out to use it or add your own
5-
-- available plugins can be found at https://github.com/AstroNvim/astrocommunity
67

78
-- Test changes in local copy of astrocommunity (fork of project)
89
-- uses ~/project/astrocommunity
@@ -19,13 +20,8 @@ return {
1920
{ import = "astrocommunity.editing-support.todo-comments-nvim" },
2021

2122
{
22-
keys = {
23-
{ "<leader>gs", "<cmd>Neogit<cr>", desc = "Status (Neogit)" }, -- "<leader>gn", desc = "Neogit", -- Neogit menu defined in mappings.lua
2423
},
2524
},
26-
-- { import = "astrocommunity.git.octo" },
27-
-- community import fails to find repo
28-
-- not happy with community key binding choice and separate config does not seem to override
2925

3026
-- Packs
3127
-- Treesitter: clojure , Lsp: clojure-lsp, Lint/format:
@@ -44,7 +40,7 @@ return {
4440
-- { import = "astrocommunity.pack.yaml" },
4541

4642
-- Project
47-
{ import = "astrocommunity.project.project-nvim" }, -- very nice
43+
{ import = "astrocommunity.project.project-nvim" }, -- switch between projects
4844

4945
-- Themes
5046
-- defined in themes.lua

0 commit comments

Comments
 (0)