summaryrefslogtreecommitdiff
path: root/lua/lvim/config/defaults.lua
AgeCommit message (Collapse)Author
2022-07-31feat(lsp): bind formatexpr and omnifunc by default (#2865)kylo252
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-04-28feat(icons): make it possible to disable icons (#2529)Abouzar Parvan
2022-01-04refactor(settings): add headless-mode settings (#2134)kylo252
2021-11-14refactor: more configurable format-on-save (#1937)kylo252
2021-10-23fix(log): don't rely on lvim.builtin.notify.active (#1831)kylo252
2021-10-21[Feature] use structlog and notify.nvim (#1737)kylo252
Co-authored-by: Luc Sinet <[email protected]>
2021-10-10feat: add an independent lvim namespace (#1699)kylo252