erooke / alloy.nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alloy for neovim

An alloy plugin for neovim. Right now all it does is add filetype detection and syntax highlighting using tree-sitter. The alloy tree-sitter grammar is a little scuffed at the moment, despite that it seems to do a pretty good job highlighting (if I say so myself)

Installation

Install with your favorite package manager. To get syntax highlighting you need to install the parsers for tree-sitter.

require("alloy").sync_parsers()
require "nvim-treesitter.configs".setup {
    ensure_installed = { "alloy" }
}

About

License:ISC License


Languages

Language:Scheme 63.5%Language:Lua 30.8%Language:Vim Script 5.7%