Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-09 | refactor!: migrate to mason.nvim (#2880) | kylo252 | |
2022-05-26 | feat(cmp): add option to disable friendly-snippets (#2660) | kylo252 | |
authored-by: Emerson Max de Medeiros Silva <[email protected]> | |||
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-04-14 | refactor(lsp): cleanup servers' override configuration (#2243) | kylo252 | |
* refactor(lsp): cleanup override settings - rename lsp.override to lsp.automatic_configuration.ignored_servers - add lsp.automatic_configuration.ignored_filetypes * chore(info): update override section * refactor(lsp): rename ignored to skipped * fix: better deprecation handling * docs(lsp): add example for (un-)skipping servers * refactor(lsp): allow installing overridden servers * docs(lsp): update config_win.example.lua as well * chore(lsp): update skipped_servers list * fix(logger): less noise from client_is_configured | |||
2022-04-03 | refactor: re-enable packer.sync() in LvimReload (#2410) | kylo252 | |
2022-03-19 | feat: add alpha.nvim integration (#1906) | kylo252 | |
2022-01-04 | refactor(settings): add headless-mode settings (#2134) | kylo252 | |
2022-01-03 | refactor(bootstrap): more robust git module (#2127) | kylo252 | |
2021-12-23 | fix(lsp): set the handlers opts for v0.6 as well (#2109) | kylo252 | |
2021-12-20 | refactor: remove unused old language configs (#2094) | kylo252 | |
2021-12-09 | feat: multiple enhancements to lvim-reload (#2054) | kylo252 | |
2021-11-18 | refactor: load the default keymaps once (#1965) | kylo252 | |
2021-11-14 | refactor: more configurable format-on-save (#1937) | kylo252 | |
2021-11-10 | fix(keymap): unset on reload, load correct order, add unset default (#1942) | Chase Colman | |
fix(keymap): don't unset default keymaps on reload unless set to false fix(keymaps): prevent accessing undefined default mode fix(keymap): use unadapted mode for default check fix(keymap): apply initial lvim.keys | |||
2021-11-06 | fix: use the logger for the deprecation message | kylo252 | |
2021-11-06 | refactor: deprecate lvim.lang.FOO (#1913) | kylo252 | |
Consolidate configuration styles for linters and formatters Fixes #1756 | |||
2021-11-03 | fix(reload): set lvim modules to nil correctly (#1898) | Xavier Young | |
2021-11-03 | fix: overloading keymappings now works correctly even after reloading (#1789) | kylo252 | |
2021-11-02 | feat: better error handling for packer (#1883) | kylo252 | |
2021-10-23 | fix(lsp): template generator now uses lsp.override (#1813) | kylo252 | |
2021-10-16 | [Bugfix]: Allow user autocmds (#1776) | Subho Banerjee | |
Co-authored-by: kylo252 <[email protected]> | |||
2021-10-14 | [Bugfix]: fixes custom autocommands not working (#1775) | Robin Kautz | |
2021-10-12 | fix(config/log): show error in config instead of hiding (#1751) | Chase Colman | |
2021-10-12 | bugfix: Ensure lvim table is valid before calling Log:warn() (#1742) | James Walmsley | |
Co-authored-by: kylo252 <[email protected]> | |||
2021-10-10 | feat: add an independent lvim namespace (#1699) | kylo252 | |