Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-12 | fix pip install on Arch Linux (#390) | Micael Viana | |
2021-05-09 | Fix packer and nvim already installed check (#382) | Simon Fontana Oscarsson | |
It was not possible to install LunarVim if these programs were already installed. The check is syntactically incorrect and will always return non-0 status, and the installer always continued with installing packer and nvim. This failed with an error: "fatal: destination path 'REDACTED/packer.nvim' already exists and is not an empty directory." Correct the syntax error by checking if the file exists. | |||
2021-05-09 | Use os-release file to check Ubuntu distro (#381) | Simon Fontana Oscarsson | |
Previous check uname -a does not work if user has changed kernel. Use os-release for true operating system identification. | |||
2021-04-27 | Add compatibility with Artix Linux (Arch derivative) (#306) | yibaba | |
2021-04-15 | Update install to support Fedora (#259) | André Sá | |
2021-04-15 | LunarVim | christianchiarulli | |
2021-04-04 | minor-installer-fix: remove install argument from pacman (#231) | Walkability | |
2021-03-26 | added install tree-sitter-cli (#161) | Iván Giovanazzi | |
2021-03-25 | remove autoinstall for now | Chris | |
2021-03-25 | add support LspInstall where possible | Chris | |
2021-03-23 | update install script | Chris | |