fix(nvim): remove vim-jjdescription
It is now part of NeoVIM (since 0.11). Also adjust the `draft_commit_description` as `jj` now supports the `ignore-rest` comment.
This commit is contained in:
parent
f19ed998ea
commit
d7979bf77d
2 changed files with 4 additions and 4 deletions
|
@ -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
Add a link
Reference in a new issue