Talk:Vim: Difference between revisions

imported>Krey
m Krey moved page Talk:Vim plugins to Talk:Vim: I think simply "Vim" is a better name for this page
imported>Garbas
mNo edit summary
Line 12: Line 12:
But that didn't work, because vam didn't accept "github:sbdchd/neoformat" as a name. It took some trial and error to find that I instead needed to use "neoformat", which is the name as specified in [https://github.com/NixOS/nixpkgs/blob/master/pkgs/misc/vim-plugins/default.nix default.nix].
But that didn't work, because vam didn't accept "github:sbdchd/neoformat" as a name. It took some trial and error to find that I instead needed to use "neoformat", which is the name as specified in [https://github.com/NixOS/nixpkgs/blob/master/pkgs/misc/vim-plugins/default.nix default.nix].


Should this page tell users to just check default.nix, or maybe they should [https://nixos.org/nixos/packages.html#neoformat search nix packages] or use "nix-env -qaP .*neoformat.*" and use whatever is after "nixos.vimPlugins."?
Should this page tell users to just check default.nix, or maybe they should [https://search.nixos.org/packages/?query=neoformat search nix packages] or use "nix-env -qaP .*neoformat.*" and use whatever is after "nixos.vimPlugins."?
Return to "Vim" page.