From e7750197c92a9fd3b12f1059430e7ae38680b205 Mon Sep 17 00:00:00 2001 From: kj Date: Sat, 7 May 2022 11:32:39 -0400 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 2cce456..75c2d16 100644 --- a/readme.md +++ b/readme.md @@ -25,7 +25,7 @@ Algunos lenguajes, ya sea para hacer uso de flycheck, lsp o autocompletado, pued - *Javascript*: Necesita de al menos [deno](https://deno.land/) para LSP y [node](https://nodejs.org/es/) para flycheck, aunque creo que con deno puede bastar para ambos. - *PHP*: Requiere instalar php-cli (`apt install php-cli`) para flycheck. - *GO*: Necesita etener instalado [go](https://go.dev/) para linter (gofmt) y [gopls](https://github.com/golang/tools/tree/master/gopls) para LSP. -- *Rust*: Necesita clippy para flycheck y [rust-analyzer](https://rust-analyzer.github.io) para el autocompletado. +- *Rust*: Necesita clippy para flycheck y LSP. Pare este Ăștimo igual es posible usar [rust-analyzer](https://rust-analyzer.github.io). ## Usar el modo daemon