Neovim: Difference between revisions

Nat-418 (talk | contribs)
Add information and example of the vimUtils.buildVimPlugin function for directly fetching plugins
Nat-418 (talk | contribs)
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";