mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-15 03:34:31 +02:00
plugin/none-ls: Implement all builtins (#1169)
* plugins/none-ls: Use upstream builtins.json to list sources This avoids the need to define sources in nixvim. We only need to define a mapping from source names to packages. This commit does not yet introduce sources for the newly available builtins * plugin/none-ls: Enable all known sources in tests * plugins/none-ls: Add all missing sources
This commit is contained in:
parent
8c0bdb17e9
commit
f9280a6865
4 changed files with 504 additions and 410 deletions
|
@ -50,6 +50,10 @@
|
|||
inherit pkgs lib helpers;
|
||||
config = {};
|
||||
};
|
||||
nonels-sources-options = import ../plugins/none-ls/servers.nix {
|
||||
inherit pkgs lib helpers;
|
||||
config = {};
|
||||
};
|
||||
};
|
||||
inherit namespace;
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue