Vim: Difference between revisions

imported>Makefu
No edit summary
imported>Makefu
how to list all available vim plugins
Line 6: Line 6:
= Customizations =
= Customizations =


Both vim and neovim can be further configured to include your favorite plugins and additional libraries.
Both vim and neovim can be further configured to include your favorite plugins and additional libraries. To list all available vim plugins, run <code>nix-env -qaP -A vimPlugins</code>.


Add the following code to your <code>~/.nixpkgs/config.nix</code>:
Add the following code to your <code>~/.nixpkgs/config.nix</code>: