mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-24 02:34:15 -05:00
plugins/jj-nvim: rename -> jj
https://github.com/nix-community/nixvim/pull/4290#issuecomment-4455883922
This commit is contained in:
committed by
Matt Sturgeon
parent
d885c9b79b
commit
40baf3664b
@@ -1,6 +1,6 @@
|
||||
{ lib, ... }:
|
||||
lib.nixvim.plugins.mkNeovimPlugin {
|
||||
name = "jj-nvim";
|
||||
name = "jj";
|
||||
moduleName = "jj";
|
||||
package = "jj-nvim";
|
||||
description = "Drive Jujutsu (jj) VCS from Neovim like a pro";
|
||||
+3
-3
@@ -1,13 +1,13 @@
|
||||
{
|
||||
empty = {
|
||||
plugins.jj-nvim.enable = true;
|
||||
plugins.jj.enable = true;
|
||||
};
|
||||
|
||||
example = {
|
||||
plugins.snacks.enable = true;
|
||||
plugins.codediff.enable = true;
|
||||
|
||||
plugins.jj-nvim = {
|
||||
plugins.jj = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
@@ -20,7 +20,7 @@
|
||||
};
|
||||
|
||||
no-packages = {
|
||||
plugins.jj-nvim.enable = true;
|
||||
plugins.jj.enable = true;
|
||||
dependencies.jujutsu.enable = false;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user