Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-06 | refactor: deprecate lvim.lang.FOO (#1913) (#1914) | Christian Chiarulli | |
Consolidate configuration styles for linters and formatters Fixes #1756 Co-authored-by: kylo252 <[email protected]> | |||
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 | |
2021-07-24 | New contract (#1080) | Christian Chiarulli | |
Changes to the global config object O is now lvim user_plugins is now plugins user_autocommands is now autocommands No more lang specific plugins Null-ls has replaced both formatter.nvim and nvim-lint | |||
2021-07-21 | Update README.md | Abouzar Parvan | |
2021-07-21 | [Feature] Make common_on_attach configurable (#1024) | kylo252 | |
2021-07-20 | Update README (#1051) | Binx | |
2021-07-20 | Update README.md | rebuilt | |
Add entry for alias | |||
2021-07-20 | Update README.md | Abouzar Parvan | |
2021-07-20 | Update README.md | Abouzar Parvan | |
2021-07-20 | Update README.md | Abouzar Parvan | |
2021-07-20 | Update README.md | rebuilt | |
Old lunarvim files must be deleted | |||
2021-07-20 | Update README | Binx | |
2021-07-20 | Update README.md | rebuilt | |
Update what gets removed with the overwrite flag | |||
2021-07-20 | Update README.md | rebuilt | |
2021-07-20 | Update README.md | ichigo-gyuunyuu | |
Decoupling of lunarvim changes the behaviour of the overwrite flag in the install script | |||
2021-07-20 | Update README.md | rebuilt | |
Add instructions on how to run LunarVim now that it has been decoupled from neovim | |||
2021-07-18 | [Feature] Allow users to inspect all settings inside LV (#984) | Abouzar Parvan | |