mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
plugins/codeium-vim: set defaultText
for bin
This commit is contained in:
parent
0d23003878
commit
758bdd8dd1
1 changed files with 2 additions and 1 deletions
|
@ -57,7 +57,8 @@ lib.nixvim.plugins.mkVimPlugin {
|
|||
settingsOptions = {
|
||||
bin = mkOption {
|
||||
type = with types; nullOr str;
|
||||
default = "${pkgs.codeium}/bin/codeium_language_server";
|
||||
default = lib.getExe' pkgs.codeium "codeium_language_server";
|
||||
defaultText = lib.literalExpression ''lib.getExe' pkgs.codeium "codeium_language_server"'';
|
||||
description = "The path to the codeium language server executable.";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue