Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samvv/templaty.nvim
A modern Neovim plugin for Templaty with support for Treesitter
https://github.com/samvv/templaty.nvim
Last synced: about 1 month ago
JSON representation
A modern Neovim plugin for Templaty with support for Treesitter
- Host: GitHub
- URL: https://github.com/samvv/templaty.nvim
- Owner: samvv
- Created: 2024-02-24T19:15:52.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-26T16:33:58.000Z (10 months ago)
- Last Synced: 2024-05-01T13:01:19.635Z (8 months ago)
- Language: Scheme
- Size: 661 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# templaty.nvim
This repository contains a plugin for [Neovim][1] that enables file type detection, syntax
highlighting and much more for the [Templaty template engine][2].[1]: https://neovim.io/
[2]: https://github.com/samvv/Templaty## Installation
The preferred way is through [`lazy.nvim`][3]:
```lua
require("lazy").setup({
-- ...
"samvv/templaty.nvim"
-- ...
}
```[3]: https://github.com/folke/lazy.nvim
## Usage
Just start writing something! As long as your file extensions end with `.tply`,
this plugin will automatically trigger.## License
This software is generously licensed under the MIT license.