Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.