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.