We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a0e49d commit 6ff88adCopy full SHA for 6ff88ad
README.md
@@ -38,6 +38,7 @@ ls.setup({
38
# ⚙️ Configuration
39
40
Config Example:
41
+
42
```lua
43
---@type LSSnippets.Config
44
{
@@ -117,6 +118,12 @@ Snippets with `*` are available only when `vim_snippet` is enabled.
117
118
| `.isnil` | Expands to `if ? == nil then` statement. | `any_expr` |
119
| `.tget`\* | Expands to `vim.tbl_get(...)` expression. | `index_expr` |
120
121
+#### Auto-snippets
122
123
+| Trig | Desc | Context Required | Could Disable AutoExpansion |
124
+| :--: | ------------------------------------------------------ | :--------------: | :-------------------------: |
125
+| `#i` | Expands to `require(...)` statement with type hinting. | No | No |
126
127
</details>
128
129
<details>
0 commit comments