EPICS-related tools for Neovim
Neovim >= 0.7
The nvim-treesitter plugin.
Add this plugin your preferred way.
Then, in your Lua configuration, simply do:
require("epics").setup {
-- Configuration options go here
}
Values shown here are the default:
{
-- Use nvim-treesitter's ensure_install to ensure you have all the required
-- tree-sitter grammars
ensure_ts_installed = true,
}