Commit graph

279 commits

Author SHA1 Message Date
Sean Reifschneider
a3243b29ef
Fix example of unmapping an lvim default (#1949) 2021-12-02 10:27:22 +01:00
Spaxly
79d673edbc
feat: add some messages in uninstall.sh (#1945)
Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
2021-12-02 10:17:23 +01:00
kylo252
24be0ef1ef
chore: bump core-plugins version (#1989) 2021-11-27 15:22:43 +01:00
ChristianChiarulli
d046b43acb fix: update jdtls script 2021-11-18 23:01:09 -05:00
kylo252
ee4d580bb2
fix: update the uninstallation script (#1924) 2021-11-08 18:55:53 +01:00
kylo252
4207e67640
chore: sort supported providers alphabetically (#1916) 2021-11-06 13:18:59 +01:00
kylo252
a6845c9cc7
fix: dashboard now runs on fresh installs (#1896) 2021-11-03 12:30:34 +01:00
kylo252
e8693406ba
perf(lsp): use the new upstream API for filetypes (#1836) 2021-10-31 16:23:44 +01:00
kylo252
7a2a5fc810
feat: add support for using minimal_lsp on windows (#1882) 2021-10-31 11:15:50 +01:00
kylo252
efe30f26a7
chore: update docs to reflect recent changes (#1841) 2021-10-24 12:56:56 +02:00
kylo252
cfdd5e61f9
fix(docs): update telescope's example config (#1814) 2021-10-20 18:35:07 +02:00
Antyos
9be8ea6aab
[Bugfix] Fix Windows environment variables in .ps1 scripts (#1802) 2021-10-20 18:04:42 +02:00
Goran Mekić
0444c28379
[Feature] Add BSD support (#1801) 2021-10-20 17:44:37 +02:00
Nikolay Belov
3c5a6d06b9
Rollback default branch name to master (#1589) 2021-10-16 13:07:55 +02:00
kylo252
8e4f97b0fb fix: restore windows installer default branch 2021-10-03 16:23:06 +02:00
kylo252
d01ba08eae
refactor: auto-generate language configuration (#1584)
Refactor the monolithic `lvim.lang` design into a more modular approach.

IMPORTANT: run `:LvimUpdate` in order to generate the new ftplugin template files.
2021-10-03 16:13:46 +02:00
Lee Marlow
0a41e9e118
docs: spelling fixes and LunarVim name consistency (#1655) 2021-10-02 19:32:55 +03:30
kylo252
8e3cfb77e6
fix(installer): add missing update call (#1653) 2021-10-01 16:49:32 +02:00
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
Jakpat Mingmongkolmitr
52dd273ca9
fix(installer): fix ARGS_LOCAL condition (#1649) 2021-10-01 09:04:27 +02:00
Subho Banerjee
e270bdbd6f
[Bugfix]: Use local install in Github actions (#1628)
Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
2021-09-30 18:53:14 +02:00
chaesngmin
346925fcdc
feat: add commitlint CI (#1459)
Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
2021-09-30 07:44:35 +02:00
Abouzar Parvan
238bbf18ac
fix small bugs in nvim-tree (#1629) 2021-09-26 21:11:44 +03:30
Subho Banerjee
6214ff9ef6
fix: Rework Dockerfile to run lvim (#1593) 2021-09-23 15:38:31 +03:30
kylo252
938e0f88bc
fix: remove outdated cache files on install (#1591) 2021-09-21 11:56:24 +02:00
Subho Banerjee
279d537e9c
[Feature]: use yarn to install nodejs dependencies (#1565)
* Add yarn support for installer script

* Add non-interactive install

* Fix installer script bug for cargo
2021-09-21 08:52:46 +02:00
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
kylo252
fcb764cd63
refactor(ci): better path handling (#1531) 2021-09-13 11:10:07 +02:00
kylo252
38f53bf08c
[Feature]: Add some very basic unit-tests (#1369) 2021-09-09 18:53:21 +02:00
rebuilt
0641875494
Correct path of uninstall script. (#1500) 2021-09-08 16:39:22 +04:30
Landon Schropp
45c7987768
Fix a small typo in config.example.lua (#1473) 2021-09-05 03:17:15 +04:30
Ahmed Khalf
ef59f81715
Change .desktop terminal value to true (#1471) 2021-09-05 01:42:12 +04:30
premell
91180ce999
Update install.sh (#1465) 2021-09-04 13:03:55 +04:30
christianchiarulli
a77e36483b Merge branch 'rolling' of github.com:ChristianChiarulli/LunarVim into rolling 2021-09-03 18:38:46 -04:00
christianchiarulli
79a4a42953 fix: update example config 2021-09-03 18:38:40 -04:00
Abouzar Parvan
465c975214
Fix typo in vscode_config 2021-09-02 05:32:15 +04:30
Abouzar Parvan
67a0ee6fdd
Fix the installer copy command (#1432) 2021-08-31 12:24:33 +04:30
Desmond Chan
ca8d855eb0
[Bugfix] Fix cp cannot stat error during installation (#1428) 2021-08-30 20:13:09 +02:00
Christian Chiarulli
1ac46d79b9 fix: spacegray -> onedarker 2021-08-30 01:00:58 -04:00
Lee Marlow
21d04257a8
[Feature] Fetch from git before update in install script (#1409) 2021-08-28 00:16:11 +04:30
kylo252
27679f988f
[Refactor]: only allow a single logger (#1405) 2021-08-26 23:02:16 +04:30
Chris Deligeorgis
14f129cf26
[Refactor]: use "python3 -m pip" in the install script (#1398) 2021-08-26 12:53:29 +02:00
Chris Deligeorgis
cfefddde9e
Add a fallback for "ensurepip" on Debian based distros (#1396) 2021-08-26 12:08:48 +02:00
kylo252
f6c706ac0c fix unrecognized rsync flag on osx 2021-08-24 09:13:07 +02:00
kylo252
101c683433
[Refactor] Installer v2 with support for backup (#1052) 2021-08-23 17:18:42 +02:00
Jan Vlčinský
cc166d0503
fix telescope.project call in sample config (without ts) (#1380) 2021-08-23 14:06:12 +04:30
Abouzar Parvan
10091859a2
Update config.example.lua 2021-08-23 08:21:17 +04:30
kylo252
33640834e4
fix: set runtime directories correctly (#1354)
* fix: set runtime directories correctly

This also simplifies the way to invoke LunarVim to just be:
`nvim -u "$LUNARVIM_RUNTIME_DIR/lvim/init.lua"`

Fixes #1352

* use libuv to get homedir path
2021-08-20 22:59:40 +02:00
christianchiarulli
c76cc0ea8a fix java again, this file cannot be formatted, don't ask me why, because I have no idea 2021-08-16 20:10:53 -04:00