Skip to content

Latest commit

 

History

History
63 lines (43 loc) · 1.57 KB

README.md

File metadata and controls

63 lines (43 loc) · 1.57 KB

ZHAW Snippets

This repo contains a collection of ZHAW related snippets.

Features

Snippet Purpose Available in
inesh The InES file header c, cpp, latex, python, shellscript, systemverilog, verilog, vhdl

Installation

VSCode

Install the extension from the extension market.

Vim/Neovim

This plugin only provides snippets. Therefore, you need a plugin that provides snippet features and supports loading VSCode snippets.

For example:

Use your plugin manager to install the package.

-- Packer
use "InES-HPMM/zhaw-snippets"
-- Plug
Plug 'InES-HPMM/zhaw-snippets'
-- coc.nvim
CocInstall https://github.com/InES-HPMM/zhaw-snippets@main

vim-vsnip will automatically detect and load the snippets. In LuaSnip you will have to call

require("luasnip.loaders.from_vscode").load()
-- or to lazy load the snippets
require("luasnip.loaders.from_vscode").lazy_load()

Resources

Release Notes

See CHANGELOG for details.