summaryrefslogtreecommitdiff
path: root/lua/lvim/core/autocmds.lua
AgeCommit message (Collapse)Author
2022-06-06fix(autocmds): toggle format-on-save properly (#2659)Akihiro Okuno
2022-05-21refactor: load the default options once (#2592)kylo252
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-03fix(autocmd): actually use the format wrapper (#2560)baku1101
2022-05-03refactor: use api-autocmds for lsp functions (#2549)kylo252
* refactor: use api-autocmds for lsp functions * chore: use the existing client.supports_method api * fix: a callback in an autocmd doesn't pass nil * revert: keep changes minimal to which-key Co-authored-by: Abouzar Parvan <[email protected]>
2022-03-20fix(alpha): globalstatus after openning files from dashboard (#2366)Abouzar Parvan
2022-03-19feat: add alpha.nvim integration (#1906)kylo252
2022-01-12fix(zsh): don't set filetype to sh (#2035)Jieru Mei
2022-01-04refactor(settings): add headless-mode settings (#2134)kylo252
2022-01-03refactor: more consistent autocmds (#2133)kylo252
2021-12-23refactor: uplift neovim's minimum version requirement to 0.6.0 (#2093)Abouzar Parvan
Co-authored-by: kylo252 <[email protected]>
2021-11-20fix(windows): remove redundant `resolve` call (#1974)kylo252
2021-11-19fix(windows): autocmd requires forward slashes (#1967)kylo252
2021-11-14refactor: more configurable format-on-save (#1937)kylo252
2021-10-30fix(lsp): avoid data-race on server:install() (#1863)kylo252
2021-10-16[Bugfix]: Allow user autocmds (#1776)Subho Banerjee
Co-authored-by: kylo252 <[email protected]>
2021-10-10feat: add an independent lvim namespace (#1699)kylo252