From a19dfdc882d8555f11c1bb99e5093652583dca45 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Sat, 12 Apr 2025 14:14:03 -0400 Subject: [PATCH 1/2] Add installation instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d7c1521..ac38c6c 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,14 @@ Preconfigured snippets for ember projects following Polaris Patterns. +## Installation + +VSCode: https://marketplace.visualstudio.com/items?itemName=EmberTooling.emberjs-snippets +Open VSX: https://open-vsx.org/extension/embertooling/emberjs-snippets +(neo)vim: +- packer.nvim: `use { "ember-tooling/snippets" }` + + ## Important This extension is optimized for developers that use Ember Polaris patterns and features, which are supported back to ember-source 3.28. From 8555f8818ec43b484bc19725c469719713a3b2b5 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Sat, 12 Apr 2025 14:14:38 -0400 Subject: [PATCH 2/2] Add installation instructions --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ac38c6c..4b4da67 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ Preconfigured snippets for ember projects following Polaris Patterns. ## Installation -VSCode: https://marketplace.visualstudio.com/items?itemName=EmberTooling.emberjs-snippets -Open VSX: https://open-vsx.org/extension/embertooling/emberjs-snippets -(neo)vim: -- packer.nvim: `use { "ember-tooling/snippets" }` +- VSCode: https://marketplace.visualstudio.com/items?itemName=EmberTooling.emberjs-snippets +- Open VSX: https://open-vsx.org/extension/embertooling/emberjs-snippets +- (neo)vim: + - packer.nvim: `use { "ember-tooling/snippets" }` ## Important