mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-06-10 15:10:04 +00:00
lsp/presets/phpantom: fix pkg used
This commit is contained in:
parent
ab4b268efc
commit
6b89f9c175
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ in {
|
|||
config = mkIf cfg.enable {
|
||||
vim.lsp.servers.phpantom = {
|
||||
enable = true;
|
||||
cmd = [(getExe pkgs.phpantom)];
|
||||
cmd = [(getExe pkgs.phpantom-lsp)];
|
||||
root_markers = [".phpantom.toml" "composer.json" ".php-version" ".git"];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue