From 75b35100e3094f6b59657d79b7f7e0b6a304ff15 Mon Sep 17 00:00:00 2001 From: Ching Pei Yang <59727193+horriblename@users.noreply.github.com> Date: Sat, 23 Sep 2023 15:25:36 +0200 Subject: [PATCH] doc: fix out of place paragraph --- .github/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index ac638382c..2f30626b7 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -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` @@ -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.