Commit graph

17 commits

Author SHA1 Message Date
kylo252
40e2d5a171
feat(logger): hot-reload logger level (#3159) 2022-10-06 10:12:12 -04:00
Mateusz Hawrus
de5691f2d5
fix(log): correct add_entry code documentation (#3081) 2022-09-27 14:26:57 +03:30
kylo252
12f8798bb0
fix(installer): always use check shallow clones (#2763) 2022-06-26 13:53:44 +02:00
Daniel Rodríguez Rivero
ed50b7d33f
fix(log): add date to the timestamp of logs (#2669) 2022-05-30 08:29:12 +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
kylo252
1569202d39
fix(impatient): avoid get_options in fast handler (#2451) 2022-04-12 11:18:17 +02:00
kylo252
fa710f6ddd
refactor: re-enable packer.sync() in LvimReload (#2410) 2022-04-03 14:32:52 +02:00
Abouzar Parvan
f0bcc8899f
fix(logging): disable insane amount of logging inside lvim.log (#2205) 2022-01-23 13:11:18 +03:30
kylo252
9017389766
feat: lazyload notify's configuration (#1855)
Co-authored-by: Luc Sinet <luc.sinet@gmail.com>
2022-01-02 10:25:20 +01:00
kylo252
ffcaae6c32
fix: use an indepdent shadafile from neovim (#1910) 2021-11-15 09:20:45 +01:00
kylo252
0ea08c7a1c
fix(log): don't rely on lvim.builtin.notify.active (#1831) 2021-10-23 13:11:05 +02:00
kylo252
a96a44a16a
[fix] fix notify's highlight groups and make it optional (#1827) 2021-10-22 23:46:43 +02:00
Matteo Bigoi
10df0b5ffd
[Bugfix] ensure the log level is never nil (#1820) 2021-10-22 21:51:32 +02:00
kylo252
212fdadce4
fix: handle vim.notify when missing a log level (#1818) 2021-10-21 17:51:22 +02:00
kylo252
25747cfff4
[Feature] use structlog and notify.nvim (#1737)
Co-authored-by: Luc Sinet <luc.sinet@gmail.com>
2021-10-21 07:42:28 +02:00
Chase Colman
9e18c16b2b
fix(config/log): show error in config instead of hiding (#1751) 2021-10-12 17:33:41 +02:00
kylo252
52b7455741
feat: add an independent lvim namespace (#1699) 2021-10-10 21:07:41 +02:00
Renamed from lua/core/log.lua (Browse further)