Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kuuote/latte.nvim


https://github.com/kuuote/latte.nvim

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

This project is work in progress.

simple template plugin, inspired by sonictemplate and tsnip.nvim

```lua
-- example mapping for test
vim.keymap.set({'n', 'i'}, '', function()
require('latte').open('function')
end)
```