Vim: Difference between revisions
imported>Gkb m →Notes Regarding Plugins: Replace a broken link with an intact one. |
imported>Cdmistman m correct command for searching for vimPlugins |
||
| Line 141: | Line 141: | ||
=== Customizations === | === Customizations === | ||
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 search nixpkgs | 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 search nixpkgs#vimPlugins</code>. | ||
Add the following code to your <code>~/.nixpkgs/config.nix</code>: | Add the following code to your <code>~/.nixpkgs/config.nix</code>: | ||