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

Commit b94af95

Browse files
dev: add local fork of astrocommunity repo to test changes
`dev = true` will look for an astrocommunity repository on the local file system, at $HOME/projects/astrocommunity
1 parent bcf95e6 commit b94af95

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

plugins/community.lua

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ return {
44
-- example of imporing a plugin, comment out to use it or add your own
55
-- available plugins can be found at https://github.com/AstroNvim/astrocommunity
66

7+
-- Test changes in local copy of astrocommunity (fork of project)
8+
-- uses ~/project/astrocommunity
9+
-- {
10+
-- "AstroNvim/astrocommunity",
11+
-- dev = true,
12+
-- },
13+
714
{ import = "astrocommunity.editing-support.todo-comments-nvim" },
815

916
{

0 commit comments

Comments
 (0)