Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-27 | refactor: lock new installations to nvim v0.7+ (#2526) | kylo252 | |
2022-04-23 | fix(readme): remove black as linter (#2510) | Sean | |
2022-04-14 | fix(readme): update lsp server ignore syntax | Abouzar Parvan | |
2022-03-25 | fix(windows): specify required powershell version for the installation ↵ | ahsan-a | |
script (#2376) | |||
2022-03-25 | docs(README): change forgotten breaking change in example (#2377) | Daniel VG | |
2022-03-24 | docs: update demo images on the main readme (#2386) | kylo252 | |
* docs: update demo images on the main readme * chore: upload images to github directly * chore: remove redundant media files | |||
2022-03-19 | feat: add alpha.nvim integration (#1906) | kylo252 | |
2022-03-07 | docs(readme): fix typo in example config (#2333) | Kerem Bozdas | |
2022-03-02 | feat: add option to automatically answer 'yes' for sh install script (#2306) | Lucas Santos | |
2022-02-03 | docs(readme): add powershell installer script for Windows (#2208) | Antyos | |
* docs(readme): add powershell installer script for Windows * docs(readme): simplify Windows installation Co-authored-by: kylo252 <[email protected]> * docs(readme): expand powershell `iex` and `iwr` * docs(readme): use basic parsing for Powershell Invoke-WebRequest Co-authored-by: kylo252 <[email protected]> | |||
2022-01-24 | chore(installer): require neovim 0.6.1+ (#2211) | kylo252 | |
2022-01-08 | fix(null-ls): avoid sending invalid opts.args (#2154) | kylo252 | |
2022-01-02 | feat: lazyload notify's configuration (#1855) | kylo252 | |
Co-authored-by: Luc Sinet <[email protected]> | |||
2021-12-23 | refactor: uplift neovim's minimum version requirement to 0.6.0 (#2093) | Abouzar Parvan | |
Co-authored-by: kylo252 <[email protected]> | |||
2021-12-23 | fix(lsp): set the handlers opts for v0.6 as well (#2109) | kylo252 | |
2021-11-06 | refactor: deprecate lvim.lang.FOO (#1913) | kylo252 | |
Consolidate configuration styles for linters and formatters Fixes #1756 | |||
2021-10-24 | chore: update docs to reflect recent changes (#1841) | kylo252 | |
2021-10-03 | fix: add deprecation notice for lvim.lang.foo.lsp (#1670) | kylo252 | |
2021-10-02 | docs: spelling fixes and LunarVim name consistency (#1655) | Lee Marlow | |
2021-10-01 | feat: 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-09-29 | Update README.md | Abouzar Parvan | |
2021-09-21 | fix lsp_signature in readme | Abouzar Parvan | |
2021-09-16 | fix: more robust reloading (#1556) | kylo252 | |
2021-09-14 | chore: add demo images | christianchiarulli | |
2021-09-14 | Update README.md | rebuilt | |
2021-09-14 | Update README.md | rebuilt | |
2021-09-14 | Update README.md | rebuilt | |
2021-09-14 | Update README.md to delete old bin | pr3c0g | |
Previous versions of LunarVim had the bin located in `/usr/local/bin/lvim`. Since the new one is at `.local/bin/lvim`, if $PATH has the previous bin location before the new one, new installations on systems that had already LunarVim installed in the past, will fail to work. Hence, the old one should be removed. | |||
2021-09-02 | chore: simplify example | Christian Chiarulli | |
2021-09-02 | fix: update example config in readme | Christian Chiarulli | |
2021-09-02 | update README | Christian Chiarulli | |
2021-08-31 | Update README.md | Abouzar Parvan | |
2021-08-30 | fix: spacegray -> onedarker | Christian Chiarulli | |
2021-08-23 | [Refactor] Installer v2 with support for backup (#1052) | kylo252 | |
2021-08-23 | Update README.md | Abouzar Parvan | |
2021-08-09 | feat: Add an async logger using plenary (#1207) | kylo252 | |
Co-authored-by: rebuilt <[email protected]> | |||
2021-08-06 | fix: typo in README.md | grvxs | |
2021-08-04 | update for lunarvim org | Chris | |
2021-08-03 | Keymapping custom opts (#1215) | Dery Rahman Ahaddienata | |
2021-08-02 | [Refactor] Allow editing default keymaps (#1213) | kylo252 | |
2021-07-31 | [Feature] Rename lv-config.lua to config.lua (#1193) | chaeing | |
* Rename example config files * Update user config path in installer * Update user config path with a variable * Update default user config file to config.lua * Add fallback to lv-config if config.lua not found * Add global variable USER_CONFIG_PATH | |||
2021-07-31 | Enable querying lang-server formatting capabilities (#1078) | kylo252 | |
2021-07-29 | Update README.md | rebuilt | |
2021-07-28 | Update README.md | rebuilt | |
Master now has the changes from rolling | |||
2021-07-27 | add some sample which-key mappings to lv-config.lua and README.md | abzcoding | |
2021-07-26 | [Refactor] remove lv prefix (#1112) | Luc Sinet | |
* Rename lv-utils into utils * Move commands defined in utils into core/commands.lua | |||
2021-07-25 | Fix ignored user autocommands (#1090) | kylo252 | |
2021-07-25 | Update README.md | rebuilt | |
Link to wiki page for renamed globals | |||
2021-07-25 | update colorscheme in example | Chris | |
2021-07-25 | update readme | Chris | |