vuels config

This commit is contained in:
2026-07-19 23:35:43 +02:00
parent d884084066
commit 732db1062a
4 changed files with 171 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
{ pkgs, lib, config, inputs, ... }:
{
packages = [pkgs.wp-cli pkgs.bun pkgs.vue-language-server];
packages = [pkgs.wp-cli pkgs.bun ];
languages.typescript.enable = true;
languages.php.enable = true;
languages.php.lsp.package = pkgs.intelephense;