Vim: Difference between revisions

imported>Mic92
No edit summary
imported>Mic92
Line 17: Line 17:
       configure = {
       configure = {
         customRC = ''
         customRC = ''
           # here you custom configuration goes!
           # here your custom configuration goes!
         '';
         '';
         packages.myVimPackage = with pkgs.vimPlugins; {
         packages.myVimPackage = with pkgs.vimPlugins; {
Line 29: Line 29:
</syntaxHighlight>
</syntaxHighlight>


After that you can install your special grafted `myVim` or `myNeovim` package.
After that you can install your special grafted `myVim` or `myNeovim` packages.


= Examples =
= Examples =