summaryrefslogtreecommitdiff
path: root/lua
AgeCommit message (Collapse)Author
2021-11-16feat: support new null-ls (#1955)Christian Chiarulli
2021-11-16fix: packersync issue when you have large number of plugins (#1922)Abouzar Parvan
2021-11-15fix: use an indepdent shadafile from neovim (#1910)kylo252
2021-11-14Bugfix: allow LunarVim changelog to work outside the lvim directory (#1952)Lee Marlow
2021-11-14refactor: more configurable format-on-save (#1937)kylo252
2021-11-12feat: last updates before 1.0.0 (#1953)Christian Chiarulli
2021-11-11feat: auto resize for more consistent UI behaviorChristianChiarulli
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-10Merge branch 'rolling'kylo252
2021-11-10chore: bump lspconfig and null versionskylo252
2021-11-10chore: update lsp-installerChristianChiarulli
2021-11-10fix(lsp): correct map and prevent highlight leak of diagnostic signs in 0.6 ↵Chase Colman
(#1934)
2021-11-10fix(ci): blacklist 'sorbet' (#1936)kylo252
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-08chore: update lsp installer (#1930)Christian Chiarulli
2021-11-08chore: update lsp installerChristianChiarulli
2021-11-07fix: remove duplicate lint messages0.6.1ChristianChiarulli
2021-11-07fix: dedupe linting messagesChristianChiarulli
2021-11-06feat: darkplus lualine themeChristianChiarulli
2021-11-06feat: add lualine config for darkplusChristianChiarulli
2021-11-06chore: pin cmp related plugins (#1917)Christian Chiarulli
2021-11-06chore: pin cmp packagesChristianChiarulli
2021-11-06chore: sort supported providers alphabetically (#1916)kylo252
2021-11-06fix: use the logger for the deprecation messagekylo252
2021-11-06refactor: deprecate lvim.lang.FOO (#1913) (#1914)Christian Chiarulli
Consolidate configuration styles for linters and formatters Fixes #1756 Co-authored-by: kylo252 <[email protected]>
2021-11-06refactor: deprecate lvim.lang.FOO (#1913)kylo252
Consolidate configuration styles for linters and formatters Fixes #1756
2021-11-05fix: formattingChristianChiarulli
2021-11-05feat: pin packages for stability before 1.0ChristianChiarulli
2021-11-05fix: move lualine theme for onedarker, we can fix this laterChristianChiarulli
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(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-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-30fix: pin nvim-tree (#1874)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-28fix(lsp): install templates and configure overrides for custom providersChase Colman
2021-10-25feat(cmp): expose lunarvim's cmp helper methods (#1844)Chase Colman
Co-authored-by: xeluxee <[email protected]>
2021-10-24fix(lsp): disable eslint server by default (#1842)kylo252
2021-10-24feat: make cmp keyword_length easier to configure (#1840)kylo252
2021-10-24feat: make listchars visibleAbouzar Parvan
Fixes #1812
2021-10-24feat: add transparent endofbufferAbouzar Parvan