summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2022-11-04docs: update colors for links in readmeChristian Chiarulli
2022-10-20Docs: update readme (#3303)umop3plsdn
2022-10-20docs: remove and reorganize images (#3302)Nicholas O'Kelley
2022-10-19docs: Update Readme (#3282)umop3plsdn
* Update Readme Something like this to start * Update README.md
2022-10-06feat: lock new installations to nvim 0.8+ (#3111)kylo252
2022-09-28doc: Replace Tree-sitter `maintained` with `all` in README (#3088)Vinicius Brasil
`maintained` option is not supported anymore https://github.com/nvim-treesitter/nvim-treesitter/issues/2887
2022-09-21docs: update imagesChristian Chiarulli
2022-09-20fix: add branch export for rolling installation (#3054)Tuna AlikaÅŸifoÄŸlu
2022-09-20Fix: make sure latest plugins are customizable (#3044)Abouzar Parvan
* fix: make navim-navic configurable * fix: make sure vim-illuminate is configurable * fix: make sure theme is configurable * fix(ci): don't verify uninstalled plugins * refactor(lsp): add setup_document_symbols util * revert: keep onedarker on freeze branch * refactor(lsp): avoid duplicate hl autocmds Co-authored-by: kylo252 <[email protected]>
2022-09-17docs(readme): recommend rolling for 0.8, remove old breaking changes (#3028)Christian Chiarulli
2022-08-19docs: fix some typos and enhance readability (#2917)Liam
2022-04-27refactor: lock new installations to nvim v0.7+ (#2526)kylo252
2022-04-23fix(readme): remove black as linter (#2510)Sean
2022-04-14fix(readme): update lsp server ignore syntaxAbouzar Parvan
2022-03-25fix(windows): specify required powershell version for the installation ↵ahsan-a
script (#2376)
2022-03-25docs(README): change forgotten breaking change in example (#2377)Daniel VG
2022-03-24docs: 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-19feat: add alpha.nvim integration (#1906)kylo252
2022-03-07docs(readme): fix typo in example config (#2333)Kerem Bozdas
2022-03-02feat: add option to automatically answer 'yes' for sh install script (#2306)Lucas Santos
2022-02-03docs(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-24chore(installer): require neovim 0.6.1+ (#2211)kylo252
2022-01-08fix(null-ls): avoid sending invalid opts.args (#2154)kylo252
2022-01-02feat: lazyload notify's configuration (#1855)kylo252
Co-authored-by: Luc Sinet <[email protected]>
2021-12-23refactor: uplift neovim's minimum version requirement to 0.6.0 (#2093)Abouzar Parvan
Co-authored-by: kylo252 <[email protected]>
2021-12-23fix(lsp): set the handlers opts for v0.6 as well (#2109)kylo252
2021-11-06refactor: deprecate lvim.lang.FOO (#1913)kylo252
Consolidate configuration styles for linters and formatters Fixes #1756
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