mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 10:21:31 +00:00
languages: clean up unused inherits
This commit is contained in:
parent
adfb0d1fec
commit
4a876305f6
31 changed files with 36 additions and 79 deletions
|
@ -4,14 +4,12 @@
|
|||
config,
|
||||
...
|
||||
}: let
|
||||
inherit (lib.options) mkEnableOption mkOption;
|
||||
inherit (lib.types) enum listOf;
|
||||
inherit (lib.options) mkEnableOption;
|
||||
inherit (lib.modules) mkIf mkMerge;
|
||||
inherit (lib.nvim.types) mkGrammarOption mkServersOption;
|
||||
inherit (lib.meta) getExe;
|
||||
inherit (lib.generators) mkLuaInline;
|
||||
inherit (lib.nvim.attrsets) mapListToAttrs;
|
||||
inherit (builtins) attrNames;
|
||||
|
||||
defaultServers = ["nushell"];
|
||||
servers = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue