diff --git a/.helix/languages.toml b/.helix/languages.toml deleted file mode 100644 index 0469a6870a3ca0b5c76040e108c289ac055b85c9..0000000000000000000000000000000000000000 --- a/.helix/languages.toml +++ /dev/null @@ -1,3 +0,0 @@ -[[language]] -name = "nix" -language-servers = ["nil", "colors"] diff --git a/README.md b/README.md index 52cf5355b17be1819e39094229d17a6d202c6da7..4d0615da33dc789a5f55e9eafaecc91e5dc58f2c 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,6 @@ ```sh nix run git+https://git.jolheiser.com/helix.drv ``` -To add color LSP support to any given language, extend the LSPs configured for that language and add `colors`. - -See [this server's configuration](.helix/languages.toml) for an example. - ## License [MIT](LICENSE) diff --git a/config/languages.nix b/config/languages.nix index 8475e94ab6e5b2faf386d9f5574e263a552873a5..d63ed3e2227e3ebd79d96a92ecae92fb441c780b 100644 --- a/config/languages.nix +++ b/config/languages.nix @@ -62,6 +62,5 @@ format = [ "I" ]; }; }; }; - colors.command = "${lib.getExe uwu-colors}"; }; }