Commit graph

300 commits

Author SHA1 Message Date
Christian Chiarulli
59043c6629 docs: update images 2022-09-21 19:21:14 -04:00
Tuna Alikaşifoğlu
bcfb980d20
fix: add branch export for rolling installation (#3054) 2022-09-20 20:52:33 -04:00
Abouzar Parvan
518b1d4167
Fix: make sure latest plugins are customizable (#3044)
* 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 <59826753+kylo252@users.noreply.github.com>
2022-09-20 14:11:58 +04:30
Christian Chiarulli
1b179a8586
docs(readme): recommend rolling for 0.8, remove old breaking changes (#3028) 2022-09-17 02:57:41 -04:00
Liam
e13c465d51
docs: fix some typos and enhance readability (#2917) 2022-08-19 11:53:38 +02:00
kylo252
3de829e76e
refactor: lock new installations to nvim v0.7+ (#2526) 2022-04-27 17:37:27 +02:00
Sean
f49f687bc2
fix(readme): remove black as linter (#2510) 2022-04-23 19:07:05 +04:30
Abouzar Parvan
09684eff64
fix(readme): update lsp server ignore syntax 2022-04-14 23:19:43 +04:30
ahsan-a
36c836da6a
fix(windows): specify required powershell version for the installation script (#2376) 2022-03-25 15:21:32 +01:00
Daniel VG
e1474d3439
docs(README): change forgotten breaking change in example (#2377) 2022-03-25 15:21:14 +01:00
kylo252
1ea836e360
docs: update demo images on the main readme (#2386)
* docs: update demo images on the main readme

* chore: upload images to github directly

* chore: remove redundant media files
2022-03-24 19:15:40 +04:30
kylo252
c946ddda81
feat: add alpha.nvim integration (#1906) 2022-03-19 20:02:45 +01:00
Kerem Bozdas
4a9e6645ed
docs(readme): fix typo in example config (#2333) 2022-03-07 12:49:25 +03:30
Lucas Santos
5fd8b4b726
feat: add option to automatically answer 'yes' for sh install script (#2306) 2022-03-02 15:57:14 +01:00
Antyos
8398a3f3ea
docs(readme): add powershell installer script for Windows (#2208)
* docs(readme): add powershell installer script for Windows

* docs(readme): simplify Windows installation

Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>

* docs(readme): expand powershell `iex` and `iwr`

* docs(readme): use basic parsing for Powershell Invoke-WebRequest

Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
2022-02-03 11:27:59 +03:30
kylo252
25e8b22349
chore(installer): require neovim 0.6.1+ (#2211) 2022-01-24 13:01:57 +01:00
kylo252
4a66d4752d
fix(null-ls): avoid sending invalid opts.args (#2154) 2022-01-08 14:24:05 +01:00
kylo252
9017389766
feat: lazyload notify's configuration (#1855)
Co-authored-by: Luc Sinet <luc.sinet@gmail.com>
2022-01-02 10:25:20 +01:00
Abouzar Parvan
655fd1b0ca
refactor: uplift neovim's minimum version requirement to 0.6.0 (#2093)
Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
2021-12-23 10:33:20 +01:00
kylo252
5593499828
fix(lsp): set the handlers opts for v0.6 as well (#2109) 2021-12-23 10:03:15 +01:00
kylo252
e79b6bf8aa
refactor: deprecate lvim.lang.FOO (#1913)
Consolidate configuration styles for linters and formatters

Fixes #1756
2021-11-06 08:23:59 +00:00
kylo252
efe30f26a7
chore: update docs to reflect recent changes (#1841) 2021-10-24 12:56:56 +02:00
kylo252
efd8f589b7
fix: add deprecation notice for lvim.lang.foo.lsp (#1670) 2021-10-03 22:23:13 +02:00
Lee Marlow
0a41e9e118
docs: spelling fixes and LunarVim name consistency (#1655) 2021-10-02 19:32:55 +03:30
kylo252
a273c46eee
feat: add LvimUpdate command (#1634)
* 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-10-01 13:27:06 +02:00
Abouzar Parvan
94a166594e
Update README.md 2021-09-29 13:51:03 +03:30
Abouzar Parvan
f5c03643a2
fix lsp_signature in readme 2021-09-21 12:23:02 +04:30
kylo252
e22f9a21c1
fix: more robust reloading (#1556) 2021-09-16 12:28:32 +04:30
christianchiarulli
edcf15ba67 chore: add demo images 2021-09-14 12:17:31 -04:00
rebuilt
c05bcf58e6
Update README.md 2021-09-14 14:37:09 +02:00
rebuilt
aa45761252
Update README.md 2021-09-14 12:53:17 +02:00
rebuilt
3b62c9be21
Update README.md 2021-09-14 12:52:44 +02:00
pr3c0g
087fb255ee
Update README.md to delete old bin
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-14 08:33:10 +01:00
Christian Chiarulli
f354012254 chore: simplify example 2021-09-02 11:45:04 -04:00
Christian Chiarulli
b1e35e3514 fix: update example config in readme 2021-09-02 11:28:16 -04:00
Christian Chiarulli
f5e2342f84 update README 2021-09-02 11:22:51 -04:00
Abouzar Parvan
86d8d970f5
Update README.md 2021-08-31 11:20:42 +04:30
Christian Chiarulli
1ac46d79b9 fix: spacegray -> onedarker 2021-08-30 01:00:58 -04:00
kylo252
101c683433
[Refactor] Installer v2 with support for backup (#1052) 2021-08-23 17:18:42 +02:00
Abouzar Parvan
86796a0a97
Update README.md 2021-08-23 08:20:36 +04:30
kylo252
405423108f
feat: Add an async logger using plenary (#1207)
Co-authored-by: rebuilt <memoryman51@hotmail.com>
2021-08-09 19:02:37 +02:00
grvxs
e3273ec3dd
fix: typo in README.md 2021-08-06 16:45:50 +05:30
Chris
97fa3d9ec9 update for lunarvim org 2021-08-04 15:20:09 -04:00
Dery Rahman Ahaddienata
21419b244c
Keymapping custom opts (#1215) 2021-08-03 01:04:51 -04:00
kylo252
77e283bd9c
[Refactor] Allow editing default keymaps (#1213) 2021-08-02 17:42:56 -04:00
chaeing
213e3961fa
[Feature] Rename lv-config.lua to config.lua (#1193)
* 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 14:28:59 -04:00
kylo252
9d89929d9b
Enable querying lang-server formatting capabilities (#1078) 2021-07-31 00:06:08 -04:00
rebuilt
7960a0e769
Update README.md 2021-07-29 14:10:21 +02:00
rebuilt
58bd5fe93c
Update README.md
Master now has the changes from rolling
2021-07-28 02:00:23 +02:00
abzcoding
44dc05c242 add some sample which-key mappings to lv-config.lua and README.md 2021-07-27 22:21:25 +04:30