Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/will-lynas/lean-snippets.nvim

📐 Neovim snippets for Lean
https://github.com/will-lynas/lean-snippets.nvim

lean luasnip neovim nvim snippets

Last synced: about 1 month ago
JSON representation

📐 Neovim snippets for Lean

Awesome Lists containing this project

README

        

# lean-snippets.nvim

A collection of opinionated `LuaSnip` snippets for writing `lean4`.

## `lazy.nvim` install

```lua
{
"will-lyans/lean-snippets.nvim",
dependencies = { "L3MON4D3/LuaSnip" },
opts = {},
}
```

Please see [LuaSnip](https://github.com/L3MON4D3/LuaSnip) for examples of how to set up `nvim-cmp`