Commit graph

288 commits

Author SHA1 Message Date
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
Luc Sinet
12c0a7441e
[Refactor] remove lv prefix (#1112)
* Rename lv-utils into utils

* Move commands defined in utils into core/commands.lua
2021-07-26 13:14:23 -04:00
kylo252
e37a511abc
Fix ignored user autocommands (#1090) 2021-07-25 11:55:19 +00:00
rebuilt
9338702a09
Update README.md
Link to wiki page for renamed globals
2021-07-25 10:04:29 +02:00
Chris
c0a0771cd6 update colorscheme in example 2021-07-25 00:43:37 -04:00
Chris
f2e9198d0d update readme 2021-07-25 00:42:38 -04:00
Christian Chiarulli
98f8a77819
New contract (#1080)
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-24 21:17:11 -04:00
Abouzar Parvan
3ffee159af
Update README.md 2021-07-21 11:39:37 +04:30
kylo252
840e07c7fc
[Feature] Make common_on_attach configurable (#1024) 2021-07-21 02:04:44 +04:30
Binx
9e640fa4d9
Update README (#1051) 2021-07-20 17:19:41 +00:00
rebuilt
6dab493144
Update README.md
Add entry for alias
2021-07-20 19:14:49 +02:00
Abouzar Parvan
e057c61f48
Update README.md 2021-07-20 17:05:47 +00:00
Abouzar Parvan
0641bbd2fb
Update README.md 2021-07-20 16:56:37 +00:00