fix(nvim): remove vim-jjdescription #414
2 changed files with 4 additions and 4 deletions
|
@ -72,13 +72,14 @@ in
|
||||||
templates.draft_commit_description = ''
|
templates.draft_commit_description = ''
|
||||||
concat(
|
concat(
|
||||||
description,
|
description,
|
||||||
|
"\n",
|
||||||
surround(
|
surround(
|
||||||
"\nJJ: This commit contains the following changes:\n", "",
|
"\nJJ: This commit contains the following changes:\n", "",
|
||||||
indent("JJ: ", diff.stat(72)),
|
indent("JJ: ", diff.summary()),
|
||||||
),
|
),
|
||||||
surround(
|
surround(
|
||||||
"\nJJ: Diff:\n", "",
|
"JJ: ignore-rest\n", "",
|
||||||
indent("JJ: ", diff.git()),
|
diff.git(),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
'';
|
'';
|
||||||
|
|
|
@ -55,7 +55,6 @@ in
|
||||||
extraPlugins = [
|
extraPlugins = [
|
||||||
plugins.nui-nvim
|
plugins.nui-nvim
|
||||||
plugins.nvim-web-devicons
|
plugins.nvim-web-devicons
|
||||||
plugins.vim-jjdescription # FIXME: included since neovim nightly
|
|
||||||
];
|
];
|
||||||
extraPackages = [ pkgs.luajitPackages.jsregexp ];
|
extraPackages = [ pkgs.luajitPackages.jsregexp ];
|
||||||
extraConfigLuaPre =
|
extraConfigLuaPre =
|
||||||
|
|
Loading…
Add table
Reference in a new issue