Neovim: Difference between revisions

(Add information and example of the vimUtils.buildVimPlugin function for directly fetching plugins)
m (fix syntaxhighlight block)
Line 87: Line 87:
using the `vimUtils.buildVimPlugin` function from Nixpkgs:
using the `vimUtils.buildVimPlugin` function from Nixpkgs:


<syntaxhighlight="nix">
<syntaxhighlight lang="nix">
pkgs.vimUtils.buildVimPlugin {
pkgs.vimUtils.buildVimPlugin {
   pname = "whatever";
   pname = "whatever";