https://github.com/t1ckbase/vscode-snippets
Snippets extracted from Visual Studio Code
https://github.com/t1ckbase/vscode-snippets
neovim snippets vscode
Last synced: 9 months ago
JSON representation
Snippets extracted from Visual Studio Code
- Host: GitHub
- URL: https://github.com/t1ckbase/vscode-snippets
- Owner: T1ckbase
- Created: 2025-09-08T10:53:04.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-08T10:54:52.000Z (9 months ago)
- Last Synced: 2025-09-08T12:38:52.744Z (9 months ago)
- Topics: neovim, snippets, vscode
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vscode-snippets
These snippets are extracted from [Visual Studio Code](https://github.com/microsoft/vscode).
# Setup
[mini.snippets](https://github.com/nvim-mini/mini.snippets)
```lua
local gen_loader = require('mini.snippets').gen_loader
require('mini.snippets').setup({
snippets = {
gen_loader.from_lang({
lang_patterns = {
javascriptreact = { 'javascript.json' },
jsx = { 'javascript.json' },
typescriptreact = { 'typescript.json' },
tsx = { 'typescript.json' },
markdown_inline = { 'markdown.json' },
}
}),
},
})
```
# LICENSE
The snippets are extracted from [Visual Studio Code](https://github.com/microsoft/vscode) and are licensed under the MIT License.