summaryrefslogtreecommitdiff
path: root/utils/installer/install.sh
AgeCommit message (Expand)Author
2023-02-25feat(installer): allow customizing NVIM_APPNAMEappname-implkylo252
2023-01-17fix(installer): only install treesitter-cli if it's missing (#3740)LostNeophyte
2023-01-10refactor: migrate to lazy.nvim (#3647)LostNeophyte
2023-01-10fix: bash installer errors (#3686)LostNeophyte
2022-11-27feat(installer): list dependencies that will be installed (#3523)rob
2022-10-31refactor(installer): skip unstable headless update (#3338)kylo252
2022-10-14fix: don't install desktop file w/o xdg-desktop-menu (#3229)opalmay
2022-10-09Feat(installer): desktop entry (#3187)opalmay
2022-10-08fix(installer): don't set log levelChristian Chiarulli
2022-10-06feat: enable global installation (#3161)kylo252
2022-10-06feat: lock new installations to nvim 0.8+ (#3111)kylo252
2022-10-06fix(installer): don't overwrite previous config (#3154)Mattherix
2022-09-20revert: fix Packer instead of hard-coding config (#3049)kylo252
2022-09-20fix(installer): small fix in help message of install.sh (#3032)Dániel Vankó
2022-08-19feat(installer): handle INSTALL_PREFIX not on PATH (#2912)kylo252
2022-07-03fix: typo in utils/installer/install.sh (#2776)Yazeed1s
2022-06-26fix(installer): always use check shallow clones (#2763)kylo252
2022-06-23feat(installer): add verify-plugins hook (#2751)kylo252
2022-06-23feat: fix a couple of issues (#2750)Abouzar Parvan
2022-04-27refactor: lock new installations to nvim v0.7+ (#2526)kylo252
2022-04-23feat(installer): ensure correct responses when prompting user (#2506)William Boman
2022-04-20refactor: update impatient (#2477)kylo252
2022-03-18[Bugfix]: correct typo in backup function (#2358)Aleksandr
2022-03-10feat(windows): add custom config_win.example.lua (#2330)kylo252
2022-03-02feat: add option to automatically answer 'yes' for sh install script (#2306)Lucas Santos
2022-02-14feat(installer): use pnpm to install nodejs dependencies(#2279) (#2280)Yangzi Chen
2022-01-24chore(installer): require neovim 0.6.1+ (#2211)kylo252
2022-01-03refactor: use a static lvim binary template (#1444)kylo252
2021-12-26fix(installer): more robust yarn validation (#2113)Felipe Baltor
2021-12-23refactor(install.sh): fix typo in node error message (#2107)Stone Preston
2021-12-23refactor: uplift neovim's minimum version requirement to 0.6.0 (#2093)Abouzar Parvan
2021-12-20fix(installer): check if npm-prefix is writable (#2091)kylo252
2021-12-15fix(installer): backup linked files with rsync (#2081)Lee Marlow
2021-12-11feat(installer): nicer rsync output (#2067)kylo252
2021-12-11fix(installer): better handling of existing files (#2066)kylo252
2021-12-09fix(bootstrap): remove hard-coded spellfile option (#2061)kylo252
2021-12-06feat: full compatibility with neovim v0.6 (#2037)kylo252
2021-11-27chore: bump core-plugins version (#1989)kylo252
2021-11-03fix: dashboard now runs on fresh installs (#1896)kylo252
2021-10-24chore: update docs to reflect recent changes (#1841)kylo252
2021-10-20[Feature] Add BSD support (#1801)Goran Mekić
2021-10-16Rollback default branch name to master (#1589)Nikolay Belov
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
2021-10-01fix(installer): fix ARGS_LOCAL condition (#1649)Jakpat Mingmongkolmitr
2021-09-30[Bugfix]: Use local install in Github actions (#1628)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
2021-09-16fix: more robust reloading (#1556)kylo252