mirror of
https://github.com/nix-community/home-manager
synced 2024-11-27 05:29:46 +01:00
news: remove news item about removed vim options
This commit is contained in:
parent
15a5f3278a
commit
0435d9c338
1 changed files with 0 additions and 18 deletions
|
@ -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";
|
time = "2017-10-02T11:15:03+00:00";
|
||||||
condition = config.services.udiskie.enable;
|
condition = config.services.udiskie.enable;
|
||||||
|
|
Loading…
Reference in a new issue