mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-30 12:24:28 +02:00
pugins/VIM-PLUGINS: add rename warning for extraConfig option
This commit is contained in:
parent
54da635d45
commit
3871b56b15
14 changed files with 14 additions and 1 deletions
|
@ -11,8 +11,8 @@ with helpers.vim-plugin;
|
|||
name = "ledger";
|
||||
description = "ledger language features";
|
||||
package = pkgs.vimPlugins.vim-ledger;
|
||||
|
||||
globalPrefix = "ledger_";
|
||||
addExtraConfigRenameWarning = true;
|
||||
|
||||
options = {
|
||||
maxWidth = mkDefaultOpt {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue