aerial.nvim/.github
Steven Arcangeli 40a638680b refactor: Change aerial config to use setup function (#37)
This change is backwards-compatible, though the old global-variable
method will be removed at some point. The motivation for this change is
that looking up (and potentially processing) the values from global
variable on each call to `config.<var>` is slow (in a way that matters
for large files). We're fixing this by requiring a call to `setup()`
before using aerial and preprocessing all the options that need it. Now
config lookups are as fast as a table access.
2022-01-01 14:35:00 -08:00
..
ISSUE_TEMPLATE Update issue templates 2021-11-21 08:24:04 -08:00
workflows chore: run tests on neovim v0.6.0 2021-11-30 12:38:15 -08:00
pre-commit feat: add a pre-commit script that can run lints in git hook 2021-11-30 10:43:29 -08:00
update_readme.py refactor: Change aerial config to use setup function (#37) 2022-01-01 14:35:00 -08:00