From 05094df8eb50214d328b4c2e33d21af6042cc6e0 Mon Sep 17 00:00:00 2001 From: Arjen <4867268+atezet@users.noreply.github.com> Date: Thu, 18 Apr 2024 12:03:10 +0200 Subject: [PATCH] Update sublime text plugins and note (not IntelliJ) (#94) Authored-by: Arjen <4867268+arjentz@users.noreply.github.com> --- data/editors.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/editors.json b/data/editors.json index 6a8c14a..f73d261 100644 --- a/data/editors.json +++ b/data/editors.json @@ -14,8 +14,8 @@ { "name": "Sublime Text", "url": "https://www.sublimetext.com/", - "editor_plugins": "sublime-lsp and lsp-rust-analyzer plugins", - "notes": "Well supported. A good option if you like Intellij products." + "editor_plugins": "sublime-lsp combined with lsp-rust-analyzer, Rustfmt and Rust Enhanced plugins", + "notes": "Great if you like a distraction-free editor." }, { "name": "Vim/NeoVim", @@ -35,4 +35,4 @@ "editor_plugins": "TBD", "notes": "If you know you know. Not recommended for beginners." } -] \ No newline at end of file +]