summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Collapse)Author
2021-10-03fix: restore windows installer default branchkylo252
2021-10-03refactor: auto-generate language configuration (#1584)kylo252
Refactor the monolithic `lvim.lang` design into a more modular approach. IMPORTANT: run `:LvimUpdate` in order to generate the new ftplugin template files.
2021-10-02docs: spelling fixes and LunarVim name consistency (#1655)Lee Marlow
2021-10-01fix(installer): add missing update call (#1653)kylo252
2021-10-01feat: add LvimUpdate command (#1634)kylo252
* feat: add prelimenary LvimUpdate command * feat: use native process management * feat: add a telescope change-log utility * fix: update readme to include the new command
2021-10-01fix(installer): fix ARGS_LOCAL condition (#1649)Jakpat Mingmongkolmitr
2021-09-30[Bugfix]: Use local install in Github actions (#1628)Subho Banerjee
Co-authored-by: kylo252 <[email protected]>
2021-09-30feat: add commitlint CI (#1459)chaesngmin
Co-authored-by: kylo252 <[email protected]>
2021-09-26fix small bugs in nvim-tree (#1629)Abouzar Parvan
2021-09-23fix: Rework Dockerfile to run lvim (#1593)Subho Banerjee
2021-09-21fix: remove outdated cache files on install (#1591)kylo252
2021-09-21[Feature]: use yarn to install nodejs dependencies (#1565)Subho Banerjee
* Add yarn support for installer script * Add non-interactive install * Fix installer script bug for cargo
2021-09-16fix: more robust reloading (#1556)kylo252
2021-09-14chore: add demo imageschristianchiarulli
2021-09-13refactor(ci): better path handling (#1531)kylo252
2021-09-09[Feature]: Add some very basic unit-tests (#1369)kylo252
2021-09-08Correct path of uninstall script. (#1500)rebuilt
2021-09-05Fix a small typo in config.example.lua (#1473)Landon Schropp
2021-09-05Change .desktop terminal value to true (#1471)Ahmed Khalf
2021-09-04Update install.sh (#1465)premell
2021-09-03Merge branch 'rolling' of github.com:ChristianChiarulli/LunarVim into rollingchristianchiarulli
2021-09-03fix: update example configchristianchiarulli
2021-09-02Fix typo in vscode_configAbouzar Parvan
2021-08-31Fix the installer copy command (#1432)Abouzar Parvan
2021-08-30[Bugfix] Fix cp cannot stat error during installation (#1428)Desmond Chan
2021-08-30fix: spacegray -> onedarkerChristian Chiarulli
2021-08-28[Feature] Fetch from git before update in install script (#1409)Lee Marlow
2021-08-26[Refactor]: only allow a single logger (#1405)kylo252
2021-08-26[Refactor]: use "python3 -m pip" in the install script (#1398)Chris Deligeorgis
2021-08-26Add a fallback for "ensurepip" on Debian based distros (#1396)Chris Deligeorgis
2021-08-24fix unrecognized rsync flag on osxkylo252
2021-08-23[Refactor] Installer v2 with support for backup (#1052)kylo252
2021-08-23fix telescope.project call in sample config (without ts) (#1380)Jan Vlčinský
2021-08-23Update config.example.luaAbouzar Parvan
2021-08-20fix: set runtime directories correctly (#1354)kylo252
* fix: set runtime directories correctly This also simplifies the way to invoke LunarVim to just be: `nvim -u "$LUNARVIM_RUNTIME_DIR/lvim/init.lua"` Fixes #1352 * use libuv to get homedir path
2021-08-16fix java again, this file cannot be formatted, don't ask me why, because I ↵christianchiarulli
have no idea
2021-08-16[Feature] Expose null ls setup to user config (#1323)dklymenk
* expose null_ls setup to user config * add new config to example configs * fix tabs with stylua * change else statement in the example
2021-08-15Fix slow CI by installing a neovim binary directly (#1059)kylo252
2021-08-13feat: Add pre-commit hook for linting and formatting (#1132)kylo252
* feat: Add pre-commit hook for linting and formatting * format with prettier
2021-08-12Fix formatting according to style-guide (#1057)kylo252
2021-08-12Please... reverse history and cycle next telescope bindings (#1276)Andrew Fridley
2021-08-09feat: Add an async logger using plenary (#1207)kylo252
Co-authored-by: rebuilt <[email protected]>
2021-08-06fix: typo in install_stylua.shgrvxs
2021-08-04udpate docker image for orgChris
2021-08-04update for lunarvim orgChris
2021-08-04shfmt correct fix (#1221)Abouzar Parvan
2021-08-04fix shfmt issueAbouzar Parvan
2021-08-04fix formatting and linting (#1220)Abouzar Parvan
2021-08-03check if git is installedchristianchiarulli
2021-08-02[Refactor] Allow editing default keymaps (#1213)kylo252