VonHeikemen / the-good-snippets

Personal collection of snippets for the different programming languages I work with.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Good Snippets

Personal collection of snippets for the different programming languages I work with.

Snippets for:

  • HTML, Twig
  • CSS
  • JavaScript
  • PHP
  • Python
  • C
  • C++
  • Rust
  • Go
  • Lua
  • Shell
  • Markdown
  • Sql

Usage

This collection of snippets should work with any plugin that supports loading vscode snippets. Like for example:

Install

Use your plugin manager of choice, e.g.

-- Packer
use "VonHeikemen/the-good-snippets"

-- Plug
Plug 'VonHeikemen/the-good-snippets'

-- If you're using coc.nvim, you can use:
CocInstall https://github.com/VonHeikemen/the-good-snippets@main

Credits

This repository is a modified version of friendly-snippets.

About

Personal collection of snippets for the different programming languages I work with.

License:MIT License