Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-06 | fix(autocmds): toggle format-on-save properly (#2659) | Akihiro Okuno | |
2022-05-21 | refactor: 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-03 | fix(autocmd): actually use the format wrapper (#2560) | baku1101 | |
2022-05-03 | refactor: 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-20 | fix(alpha): globalstatus after openning files from dashboard (#2366) | Abouzar Parvan | |
2022-03-19 | feat: add alpha.nvim integration (#1906) | kylo252 | |
2022-01-12 | fix(zsh): don't set filetype to sh (#2035) | Jieru Mei | |
2022-01-04 | refactor(settings): add headless-mode settings (#2134) | kylo252 | |
2022-01-03 | refactor: more consistent autocmds (#2133) | kylo252 | |
2021-12-23 | refactor: uplift neovim's minimum version requirement to 0.6.0 (#2093) | Abouzar Parvan | |
Co-authored-by: kylo252 <[email protected]> | |||
2021-11-20 | fix(windows): remove redundant `resolve` call (#1974) | kylo252 | |
2021-11-19 | fix(windows): autocmd requires forward slashes (#1967) | kylo252 | |
2021-11-14 | refactor: more configurable format-on-save (#1937) | kylo252 | |
2021-10-30 | fix(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-10 | feat: add an independent lvim namespace (#1699) | kylo252 | |