mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
misc: update inputs + make use of upstream plugins (#294)
This commit is contained in:
parent
7f50b54bfb
commit
e46b7302af
12 changed files with 45 additions and 353 deletions
|
@ -5,7 +5,6 @@
|
|||
} @ args:
|
||||
with lib;
|
||||
with import ../helpers.nix {inherit lib;}; let
|
||||
plugins = import ../plugin-defs.nix {inherit pkgs;};
|
||||
optionWarnings = import ../../lib/option-warnings.nix args;
|
||||
basePluginPath = ["plugins" "magma-nvim"];
|
||||
in
|
||||
|
@ -55,7 +54,7 @@ in
|
|||
// mkPlugin args {
|
||||
name = "magma-nvim";
|
||||
description = "magma-nvim";
|
||||
package = plugins.magma-nvim;
|
||||
package = pkgs.vimPlugins.magma-nvim-goose;
|
||||
globalPrefix = "magma_";
|
||||
|
||||
options = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue