Update sublime text plugins and note (not IntelliJ) (#94)

Authored-by: Arjen <4867268+arjentz@users.noreply.github.com>
This commit is contained in:
Arjen 2024-04-18 12:03:10 +02:00 committed by GitHub
parent 26b36ea76d
commit 05094df8eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,8 +14,8 @@
{ {
"name": "Sublime Text", "name": "Sublime Text",
"url": "https://www.sublimetext.com/", "url": "https://www.sublimetext.com/",
"editor_plugins": "sublime-lsp and lsp-rust-analyzer plugins", "editor_plugins": "sublime-lsp combined with lsp-rust-analyzer, Rustfmt and Rust Enhanced plugins",
"notes": "Well supported. A good option if you like Intellij products." "notes": "Great if you like a distraction-free editor."
}, },
{ {
"name": "Vim/NeoVim", "name": "Vim/NeoVim",
@ -35,4 +35,4 @@
"editor_plugins": "TBD", "editor_plugins": "TBD",
"notes": "If you know you know. Not recommended for beginners." "notes": "If you know you know. Not recommended for beginners."
} }
] ]