summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2021-11-06refactor: 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-24chore: update docs to reflect recent changes (#1841)kylo252
2021-10-03fix: add deprecation notice for lvim.lang.foo.lsp (#1670)kylo252
2021-10-02docs: spelling fixes and LunarVim name consistency (#1655)Lee Marlow
2021-10-01feat: 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-29Update README.mdAbouzar Parvan
2021-09-21fix lsp_signature in readmeAbouzar Parvan
2021-09-16fix: more robust reloading (#1556)kylo252
2021-09-14chore: add demo imageschristianchiarulli
2021-09-14Update README.mdrebuilt
2021-09-14Update README.mdrebuilt
2021-09-14Update README.mdrebuilt
2021-09-14Update README.md to delete old binpr3c0g
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-02chore: simplify exampleChristian Chiarulli
2021-09-02fix: update example config in readmeChristian Chiarulli
2021-09-02update READMEChristian Chiarulli
2021-08-31Update README.mdAbouzar Parvan
2021-08-30fix: spacegray -> onedarkerChristian Chiarulli
2021-08-23[Refactor] Installer v2 with support for backup (#1052)kylo252
2021-08-23Update README.mdAbouzar Parvan
2021-08-09feat: Add an async logger using plenary (#1207)kylo252
Co-authored-by: rebuilt <[email protected]>
2021-08-06fix: typo in README.mdgrvxs
2021-08-04update for lunarvim orgChris
2021-08-03Keymapping 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-31Enable querying lang-server formatting capabilities (#1078)kylo252
2021-07-29Update README.mdrebuilt
2021-07-28Update README.mdrebuilt
Master now has the changes from rolling
2021-07-27add some sample which-key mappings to lv-config.lua and README.mdabzcoding
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-25Fix ignored user autocommands (#1090)kylo252
2021-07-25Update README.mdrebuilt
Link to wiki page for renamed globals
2021-07-25update colorscheme in exampleChris
2021-07-25update readmeChris
2021-07-24New 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-21Update README.mdAbouzar Parvan
2021-07-21[Feature] Make common_on_attach configurable (#1024)kylo252
2021-07-20Update README (#1051)Binx
2021-07-20Update README.mdrebuilt
Add entry for alias
2021-07-20Update README.mdAbouzar Parvan
2021-07-20Update README.mdAbouzar Parvan
2021-07-20Update README.mdAbouzar Parvan
2021-07-20Update README.mdrebuilt
Old lunarvim files must be deleted
2021-07-20Update READMEBinx
2021-07-20Update README.mdrebuilt
Update what gets removed with the overwrite flag
2021-07-20Update README.mdrebuilt
2021-07-20Update README.md ichigo-gyuunyuu
Decoupling of lunarvim changes the behaviour of the overwrite flag in the install script
2021-07-20Update README.mdrebuilt
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