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