Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 555 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 555 Bytes

epics.nvim

EPICS-related tools for Neovim

Requirements

Neovim >= 0.7

The nvim-treesitter plugin.

Usage

Add this plugin your preferred way.

Then, in your Lua configuration, simply do:

require("epics").setup {
	-- Configuration options go here
}

Configuration options

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,
}