summaryrefslogtreecommitdiff
path: root/lua/lvim/core
AgeCommit message (Collapse)Author
2021-11-10fix(cmp): if possible jump in the snippet after completionChase Colman
fix(cmp): update cmp to fix textwidth calculation and indent bugs
2021-11-05feat: enable context commentstring by default (#1904)Christian Chiarulli
2021-11-04fix: pcall telescope actionsChristianChiarulli
2021-11-04fix: make telescope default mappings overrideableChristianChiarulli
2021-11-04feat: (kind, abbr, menu) cmp formatChristianChiarulli
2021-11-03fix: overloading keymappings now works correctly even after reloading (#1789)kylo252
2021-11-03fix: dashboard now runs on fresh installs (#1896)kylo252
2021-11-02feat: better error handling for packer (#1883)kylo252
2021-10-31perf(lsp): use the new upstream API for filetypes (#1836)kylo252
2021-10-31fix: update which-key bindings for LvimReload (#1754)kylo252
2021-10-30fix(lsp): avoid data-race on server:install() (#1863)kylo252
2021-10-30feat: update now syncs the core plugins (#1865)kylo252
2021-10-30feat: new file cmd for dashboard + icon update (#1849)Antonio Hickey
2021-10-30fix(whick-key): add missing space (only windows cause problem) (#1866)Xavier Young
2021-10-25feat(cmp): expose lunarvim's cmp helper methods (#1844)Chase Colman
Co-authored-by: xeluxee <[email protected]>
2021-10-24feat: make cmp keyword_length easier to configure (#1840)kylo252
2021-10-23fix(log): don't rely on lvim.builtin.notify.active (#1831)kylo252
2021-10-22[fix] fix notify's highlight groups and make it optional (#1827)kylo252
2021-10-22[Bugfix] ensure the log level is never nil (#1820)Matteo Bigoi
2021-10-22fix(lualine): use tabstop in spaces component when sensible (#1807)Fabian PreuรŸ
2021-10-21fix: handle vim.notify when missing a log level (#1818)kylo252
2021-10-21[Feature] use structlog and notify.nvim (#1737)kylo252
Co-authored-by: Luc Sinet <[email protected]>
2021-10-20fix(formatters): always select null-ls by default (#1810)kylo252
2021-10-20fix(bootstrap): support for using default neovim config and data directories โ†ตSergio Mendez
(#1777) Co-authored-by: kylo252 <[email protected]> Co-authored-by: James Walmsley <[email protected]>
2021-10-20refactor(info): new layout with less clutter (#1809)kylo252
2021-10-16fix(cmp): fix <C-j> and <C-k> keybindings not workingxeluxee
2021-10-16[Bugfix]: Allow user autocmds (#1776)Subho Banerjee
Co-authored-by: kylo252 <[email protected]>
2021-10-15feat: better telescope integration (#1702)kylo252
2021-10-12fix(config/log): show error in config instead of hiding (#1751)Chase Colman
2021-10-11[Feature] use `Comment.nvim` instead of `nvim-comment` (#1736)Abouzar Parvan
2021-10-11fix: core.telescope has migrated to lvim.core.telescopeAbouzar Parvan
Fixes #1739
2021-10-10feat: add an independent lvim namespace (#1699)kylo252