Remove tabSize and lineNumbers check from news item

This commit is contained in:
Jonas Carpay 2018-10-20 16:05:09 +02:00 committed by Nikita Uvarov
parent 34bbd0ded1
commit 15a5f3278a
No known key found for this signature in database
GPG key ID: F7A5FB3A7C10EF96

View file

@ -242,8 +242,7 @@ in
{ {
time = "2017-09-30T09:44:18+00:00"; time = "2017-09-30T09:44:18+00:00";
condition = with config.programs.vim; condition = with config.programs.vim; enable;
enable && (tabSize != null || lineNumbers != null);
message = '' message = ''
The options 'programs.vim.tabSize' and 'programs.vim.lineNumbers' have The options 'programs.vim.tabSize' and 'programs.vim.lineNumbers' have
been deprecated and will be removed in the near future. been deprecated and will be removed in the near future.