mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 17:28:39 +02:00
helpers: remove unused toVimDict
This commit is contained in:
parent
97889e309d
commit
598ac0465f
1 changed files with 0 additions and 5 deletions
|
@ -5,11 +5,6 @@ with lib; rec {
|
||||||
autocmd = import ./autocmd-helpers.nix {inherit lib;};
|
autocmd = import ./autocmd-helpers.nix {inherit lib;};
|
||||||
vim-plugin = import ./vim-plugin.nix {inherit lib mkPackageOption;};
|
vim-plugin = import ./vim-plugin.nix {inherit lib mkPackageOption;};
|
||||||
|
|
||||||
# vim dictionaries are, in theory, compatible with JSON
|
|
||||||
toVimDict = args:
|
|
||||||
toJSON
|
|
||||||
(lib.filterAttrs (n: v: v != null) args);
|
|
||||||
|
|
||||||
# Black functional magic that converts a bunch of different Nix types to their
|
# Black functional magic that converts a bunch of different Nix types to their
|
||||||
# lua equivalents!
|
# lua equivalents!
|
||||||
toLuaObject = args:
|
toLuaObject = args:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue