Commit graph

16 commits

Author SHA1 Message Date
Micah Halter
3d910b2ba0
feat: add support for mini.icons (#383) 2024-07-15 16:09:29 -07:00
Steven Arcangeli
cd446279f1 feat: some options can be set on a per-buffer basis (#280) 2023-07-29 10:40:13 -07:00
Steven Arcangeli
8a59ed2dc9 fix: update deprecated nerd font icons 2023-03-26 12:38:06 -07:00
Steven Arcangeli
09c504a39b cleanup: remove deprecated config options 2023-02-13 12:19:15 -08:00
Steven Arcangeli
8e1d57562d refactor!: split close_behavior into two new config options
Gracefully deprecates the close_behavior option. See :help
aerial-close-behavior for information on how to migrate.
2022-08-27 10:27:48 -07:00
Steven Arcangeli
a1c0fa1375 cleanup!: Remove ability to use g:aerial variables to configure 2022-08-03 21:15:22 -07:00
Steven Arcangeli
ae9787240c feat: icons can be defined as per-filetype map (#108) 2022-05-29 18:13:26 -07:00
Steven Arcangeli
6e9e965353 fix: broken tests from neovim update 2022-04-18 09:18:48 -07:00
Steven Arcangeli
423dcc0656 fix: failing tests 2022-02-21 11:43:09 -08:00
Steven Arcangeli
9f1b9e63b6 refactor: allow open_automatic to be a function 2022-01-02 15:45:07 -08:00
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
Steven Arcangeli
f872cfe473 fix: update tests for icon change 2021-12-23 13:18:06 -08:00
Steven Arcangeli
0385a6a148 fix: support compound filetypes (fix #33) 2021-12-23 12:23:28 -08:00
Steven Arcangeli
299570d8e5 fix: icons not respected in config (fix #27) 2021-12-01 10:32:38 -08:00
Steven Arcangeli
1f1200b4f7 refactor: simplify and improve config option lookup logic 2021-11-30 18:07:42 -08:00
Steven Arcangeli
c4ae00e82f test: add test for config merge logic 2021-11-30 17:39:49 -08:00