Skip to content

Commit

Permalink
doc: fix out of place paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
horriblename authored Sep 23, 2023
1 parent c578c58 commit 75b3510
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,8 @@ in {
}
```

If you have come across a plugin that has an API that doesn't seem to easily allow custom keybindings, don't be scared to implement a draft PR. We'll help you get it done.

#### Adding Plugins

To add a new (neo)vim plugin, add the source url in the inputs section of `flake.nix`
Expand Down Expand Up @@ -268,5 +270,3 @@ You can now reference this plugin using its string name:
```nix
config.vim.startPlugins = ["neodev-nvim"];
```

If you have come across a plugin that has an API that doesn't seem to easily allow custom keybindings, don't be scared to implement a draft PR. We'll help you get it done.

0 comments on commit 75b3510

Please sign in to comment.