Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
fixes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
zim0369 committed Sep 15, 2022
1 parent 27940e7 commit 695db90
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ How it works:

1. [ vim-move ](#vim-move)
2. [ magit ](#magit)
3. [ helix-remote-development ](#helix-remote-development)

# Plugin/Idea Description

Expand All @@ -31,6 +32,13 @@ How it works:
* References: <https://github.com/matze/vim-move>
* Implementation: Plugin

### helix-remote-development

* Description: Seamlessly edit code from ssh host machine
* Issues: <https://github.com/helix-editor/helix/issues/3721>, #2
* References: <https://code.visualstudio.com/docs/remote/remote-overview>
* Implementation: Plugin

# Contributing

Users can contribute by either opening an issue or making a PR. Just make sure
Expand All @@ -48,15 +56,15 @@ to follow these rules for issues and pull requests:
### plugin-name

+ Description: Description of the plugin.
+ Issues: Links to any issues about this in the helix repo. Leave
empty if it's a new idea.
+ Issues: Links to any issues about this in the helix repo or this repo(comma
separated). Leave empty if it's a new idea.
+ References: Links to any references like preexisting plugins, etc. Leave
empty if it's a new idea.
empty if it's a new idea.
+ Implementation: Plugin/Builtin
```

## Pull Requests:

* Rules Similar to issues follow here.
* Rules similar to rules for issues follow here.
* Arrange plugins in alphabetical order.
* Don't forcefully start names with early alphabets.

0 comments on commit 695db90

Please sign in to comment.