Vim: Difference between revisions

imported>Mic92
python-language-server
imported>Mic92
Line 23: Line 23:
=== 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-env -qaP -A nixos.vimPlugins</code>.
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>: