1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-24 07:28:32 +02:00

news: remove news item about removed vim options

This commit is contained in:
Robert Helgesson 2018-10-29 19:42:09 +01:00
parent 15a5f3278a
commit 0435d9c338
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -240,24 +240,6 @@ in
'';
}
{
time = "2017-09-30T09:44:18+00:00";
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.
The new and preferred way to configure tab size and line numbers is to
use the more general 'programs.vim.settings' option. Specifically,
instead of
- 'programs.vim.lineNumbers' use 'programs.vim.settings.number', and
- 'programs.vim.tabSize' use 'programs.vim.settings.tabstop' and
'programs.vim.settings.shiftwidth'.
'';
}
{
time = "2017-10-02T11:15:03+00:00";
condition = config.services.udiskie.enable;