mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 17:24:32 +02:00
plugins/none-ls/settings: cleanup lib usage
This commit is contained in:
parent
a32d2e6df0
commit
bafc6308f6
2 changed files with 27 additions and 28 deletions
|
@ -92,7 +92,7 @@ helpers.neovim-plugin.mkNeovimPlugin {
|
|||
update_in_insert = false;
|
||||
};
|
||||
|
||||
settingsOptions = import ./settings.nix { inherit helpers; };
|
||||
settingsOptions = import ./settings.nix lib;
|
||||
|
||||
extraOptions = {
|
||||
enableLspFormat = mkOption {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue