Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kuuote/latte.nvim
https://github.com/kuuote/latte.nvim
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kuuote/latte.nvim
- Owner: kuuote
- License: zlib
- Created: 2022-10-15T11:04:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-21T18:35:14.000Z (about 2 years ago)
- Last Synced: 2024-12-05T08:14:20.891Z (29 days ago)
- Language: Lua
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
```