mirror of
https://github.com/nix-community/home-manager
synced 2024-11-27 05:29:46 +01:00
Remove tabSize and lineNumbers check from news item
This commit is contained in:
parent
34bbd0ded1
commit
15a5f3278a
1 changed files with 1 additions and 2 deletions
|
@ -242,8 +242,7 @@ in
|
|||
|
||||
{
|
||||
time = "2017-09-30T09:44:18+00:00";
|
||||
condition = with config.programs.vim;
|
||||
enable && (tabSize != null || lineNumbers != null);
|
||||
condition = with config.programs.vim; enable;
|
||||
message = ''
|
||||
The options 'programs.vim.tabSize' and 'programs.vim.lineNumbers' have
|
||||
been deprecated and will be removed in the near future.
|
||||
|
|
Loading…
Reference in a new issue