Vim: Difference between revisions
imported>Fadenb Created page with "Vim plugins can be installed with the help of nix. You can omit using vim plugin managers and do everything in your <code>.nixpkgs/config</code>. = Examples = == Using VAM as..." |
imported>Fadenb No edit summary |
||
| Line 37: | Line 37: | ||
* Add your plugin to ./vim-plugin-names | * Add your plugin to ./vim-plugin-names | ||
* Generate via <code>vim-plugin-names-to-nix</code> | * Generate via <code>vim-plugin-names-to-nix</code> | ||
* If plugin needs additional code (for example: some dependencies, extra build steps etc.) then create a pull request to [https://github.com/jagajaga/vim-addon-vim2nix/tree/master/additional-nix-code vim2nix]. That will helps update plugins in the future. | * <del>If plugin needs additional code (for example: some dependencies, extra build steps etc.) then create a pull request to [https://github.com/jagajaga/vim-addon-vim2nix/tree/master/additional-nix-code vim2nix]. That will helps update plugins in the future.</del>(vim2nix 404) | ||
= Real life examples = | = Real life examples = | ||