summaryrefslogtreecommitdiff
path: root/lua/lvim/config/init.lua
AgeCommit message (Collapse)Author
2021-11-18refactor: load the default keymaps once (#1965)kylo252
2021-11-14refactor: more configurable format-on-save (#1937)kylo252
2021-11-10fix(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-06fix: use the logger for the deprecation messagekylo252
2021-11-06refactor: deprecate lvim.lang.FOO (#1913)kylo252
Consolidate configuration styles for linters and formatters Fixes #1756
2021-11-03fix(reload): set lvim modules to nil correctly (#1898)Xavier Young
2021-11-03fix: overloading keymappings now works correctly even after reloading (#1789)kylo252
2021-11-02feat: better error handling for packer (#1883)kylo252
2021-10-23fix(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-12fix(config/log): show error in config instead of hiding (#1751)Chase Colman
2021-10-12bugfix: Ensure lvim table is valid before calling Log:warn() (#1742)James Walmsley
Co-authored-by: kylo252 <[email protected]>
2021-10-10feat: add an independent lvim namespace (#1699)kylo252