Commit graph

19 commits

Author SHA1 Message Date
LostNeophyte
1fbcaf81dc
fix(bufkill): wait for user's input (#3535) 2022-11-27 14:18:49 +01:00
Dev
a8957a9d36
fix: discard invalid choice when closing buffers (#3488) 2022-11-18 09:28:02 +01:00
LostNeophyte
1a4233ea8d
fix(bufferline): fallback to empty table if buf_nums is nil (#3473)
fixes https://github.com/LunarVim/LunarVim/issues/3367
2022-11-16 11:21:50 +01:00
LostNeophyte
ae89f07377
fix(bufkill): wrap around correctly (#3461) 2022-11-14 11:44:53 +01:00
LostNeophyte
9aa9bce3bc
fix(bufferline): use buf kill on close (#3422) 2022-11-05 10:42:26 +01:00
Philippe Richard
8767a17b5e
feat: move icons to a single icons file (#3115) 2022-10-02 23:48:23 -04:00
Christian Chiarulli
a4c2dc4d0b
refactor: small improvements (#3021) 2022-09-15 23:33:08 -04:00
kylo252
7535f4eff9
fix(plugins): handle deprecated options (#3014) 2022-09-12 18:41:25 +02:00
github-actions[bot]
0fc1e42309
chore: bump plugins version (#2895) 2022-08-20 11:06:34 +02:00
kylo252
a11c46c29a
feat: prompt when closing modified/term buffers (#2658) 2022-05-26 13:28:04 +02:00
kylo252
23df368b00
refactor: load the default options once (#2592)
BREAKING CHANGE: modifying the default options for keymaps and autocmds
is now done by overwriting them, since they won't be loaded into the
global `lvim` table anymore

* refactor: use the lua-commands api
* refactor!: use the lua-autocmds api
* fix(settings): let neovim handle spellfile
* feat: add log:set_log_level()
* chore: update examples
* chore: add deprecation notice for custom_groups
2022-05-21 16:48:47 +02:00
Abouzar Parvan
6a66e39f29
feat(icons): make it possible to disable icons (#2529) 2022-04-28 19:00:39 +04:30
Max Verevkin
80810c36de
fix(bufferline): add an additional space before diagnostics (#2367) 2022-03-20 12:23:53 +01:00
kylo252
f6a75c1d10
feat: add a minimal implementation of bbye (#2267) 2022-02-12 09:29:36 +01:00
Abouzar Parvan
24537be03e
feat: use bufferline instead of barbar (#2254) 2022-02-07 20:52:30 +03:30
kylo252
c26ac5364f
refactor: load the default keymaps once (#1965) 2021-11-18 16:04:34 +01:00
ChristianChiarulli
5a310a29cf fix: no idea why this breaks barbar 2021-11-16 17:33:43 -05:00
ChristianChiarulli
da7ff0a87a feat: Empty for empty buffers instead of Buffer <#> 2021-11-16 13:55:57 -05:00
kylo252
52b7455741
feat: add an independent lvim namespace (#1699) 2021-10-10 21:07:41 +02:00
Renamed from lua/core/bufferline.lua (Browse further)