mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-08 21:23:53 +00:00
treewide: use lib.warn for compatibility (#1228)
This commit is contained in:
parent
d5da1a14c3
commit
c022a9ea08
4 changed files with 8 additions and 4 deletions
|
|
@ -1,8 +1,9 @@
|
|||
{lib, ...}: let
|
||||
inherit (builtins) head warn;
|
||||
inherit (builtins) head;
|
||||
inherit (lib.modules) mkRemovedOptionModule mkRenamedOptionModule doRename;
|
||||
inherit (lib.lists) concatLists;
|
||||
inherit (lib.nvim.config) batchRenameOptions;
|
||||
inherit (lib.trivial) warn;
|
||||
|
||||
renamedVimOpts = batchRenameOptions ["vim"] ["vim" "options"] {
|
||||
# 2024-12-01
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue