Vim: Difference between revisions

Jopejoe1 (talk | contribs)
Marked this version for translation
imported from old wiki (Remove outdated docs about adding new plugins and point to corresponding section in nixpkgs)
Line 369: Line 369:


<!--T:46-->
<!--T:46-->
As per the instructions found in https://github.com/NixOS/nixpkgs/blob/master/doc/languages-frameworks/vim.section.md
Please see https://github.com/NixOS/nixpkgs/blob/master/doc/languages-frameworks/vim.section.md.
 
<!--T:93-->
* First run <code>./update.py</code>.
 
<!--T:94-->
* Commit the changes with the commit message "vimPlugins: Update".
 
<!--T:95-->
* Add your plugin to ./vim-plugin-names (please try to maintain the list alphabetically sorted). You can customize the branch by appending for example <code>@main</code> to an entry (search the file for examples)
 
<!--T:96-->
* Run <code>./update.py</code> once again to generate the plugin's nix expression.
 
<!--T:97-->
* Commit your changes one more time, this time with the message formated as such: "vimPlugins.[plugin-name]: init at [version]".
 
<!--T:98-->
* If you need to add additional code/patches to the generated code, add those lines to <code>pkgs/misc/vim-plugins/vim2nix/additional-nix-code</code> and rerun <code>./update.py</code>. They will be included in the generated code.


==== Notes Regarding Plugins ==== <!--T:47-->
==== Notes Regarding Plugins ==== <!--T:47-->