Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-04 | Remove `extras` Config option since extras plugins are enabled individualy ↵ | maxime50 | |
now (#673) * Remove `extras` Global Config * remove white space Co-authored-by: maxime50 <> | |||
2021-07-04 | [IMPORTANT] Now using stylua for formatting. | Rafael | |
* This was discussed in #652 * For now on, we're gonna use stylua for formatting the project, the config is located in `utils/.stylua.toml`, Use it before pushing changes. | |||
2021-07-04 | start formatting rules | Rafael | |
2021-07-04 | Basics for php lsp (#664) | PZ31k0nauT | |
* Update php.lua * Update default-config.lua * Update lv-config.example.lua | |||
2021-07-04 | update docs | christianchiarulli | |
2021-07-03 | added Clangd format_on_save (#621) | Mayank Dutta | |
* clang autoformat do save lot of trouble * clang autoformat do save lot of trouble * clang indentation done, comments updated * clang indentation done, comments updated Co-authored-by: Mayank Sharma <[email protected]> | |||
2021-07-03 | fix(typo): nvcode -> LunarVim (#629) | J.B.C | |
2021-07-03 | Update nv script folder (#625) | Henry Palacios | |
The path used by default in install.sh is ~/.config/nvim | |||
2021-07-03 | feat(615): transparent background option (#617) | William Goulois | |
2021-07-02 | [LSP] clang - Better defaults for clangd. (#601) | James Walmsley | |
2021-07-02 | remove lv config so that user settings actually mean something | Chris | |
2021-06-30 | add lush and template for creating colorschemes | Chris | |
2021-06-30 | color logo | Chris | |
2021-06-30 | new logo | Chris | |
2021-06-28 | less vimscript | christianchiarulli | |
2021-06-26 | vscode use spacebar in other input (#513) | Wolowit | |
* fixed ues spacebar in other input(terminal, extensions, etc) * fixed vscode spacebar | |||
2021-06-18 | Modifying installer.sh (and README.md) to be suited for Gentoo (#495) | yibaba | |
* Modifying installer.sh to be suited for Gentoo * Change README.md to be more helpful for Gentoo instalations | |||
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-29 | Fixed possible typo (#324) | Enzo Di Tizio | |
Fixing possible typo on the `oneDarkPro` theme name. | |||
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-04-01 | update logo | Chris | |
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 | |
2021-03-23 | update install script | Chris | |
2021-03-23 | update install script | Chris | |
2021-03-23 | remove junk | Chris | |
2021-03-22 | better vscode support | Chris | |
2021-03-22 | updates | Chris | |
2021-03-21 | add demo pic | Chris | |
2021-03-21 | udpates | Chris | |
2021-03-19 | add lots of nonsense to script, for now just tell user in readme to run ↵ | Chris | |
:PackerInstall | |||
2021-03-19 | update need to get rid of message | Chris | |
2021-03-19 | update script | Chris | |
2021-03-19 | update install | Chris | |
2021-03-19 | update | Chris | |
2021-03-19 | update | Chris | |
2021-03-19 | update install script | Chris | |
2021-03-19 | update script | Chris | |
2021-03-19 | fix installer (accidentally overwrote) | Chris | |
2021-03-19 | shellcheck and shfmt | Chris | |
2021-03-16 | udpates | Chris | |
2021-03-16 | add mac java ls bin | Chris | |
2021-03-15 | update LSP get nvim-jdtls working with Java | Chris | |