You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to the presence of a `replace` directive in the [go.mod](https://github.com/quantonganh/snippets-ls/blob/main/go.mod#L13) file, [`go install` cannot be used](https://github.com/golang/go/issues/44840). You have to clone and build the package manually:
Don't forget to append `~/go/bin` to your `$PATH`.
19
+
20
+
## Usage
21
+
22
+
Create your own snippets follow [VSCode syntax](https://code.visualstudio.com/docs/editor/userdefinedsnippets#_create-your-own-snippets). Alternatively, you can make use of [pre-existing](https://github.com/microsoft/vscode-go/blob/master/snippets/go.json)[sample](https://github.com/rust-lang/vscode-rust/blob/master/snippets/rust.json) for various programming languages.
23
+
24
+
Update your configuration file located at `~/.config/helix/languages.toml`:
0 commit comments