dotfiles/.config/VSCodium/User/snippets/global.json
Sergio Laín 04b78eb79f
feat(vscodium): add config with settings, keybinds and snippets
using vscodium as a fallback editor in pair with the neovim native integration plugin
2024-01-16 11:14:31 +01:00

6 lines
89 B
JSON

{
"nonbreaking space": {
"body": " ",
"prefix": "nonbreaking space"
}
}