Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 228 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 228 Bytes

Tree-Sitter grammar for E2

Installation for neovim

-- Lazy
-- Use the plugin, it sets up everything you need
{
    'mrdgo/e2.nvim',
    config = true,
    dependencies = { 'nvim-treesitter/nvim-treesitter' }
}