Commit graph

402 commits

Author SHA1 Message Date
yangbinji
464ad8b003
fix(example config): fix config for treesitter (#3016) 2022-09-15 14:41:51 +02:00
kylo252
e4a5fe97ab Merge remote-tracking branch 'origin/rolling' 2022-09-12 18:43:09 +02:00
kylo252
7535f4eff9
fix(plugins): handle deprecated options (#3014) 2022-09-12 18:41:25 +02:00
kylo252
50494d62a9 Merge remote-tracking branch 'origin/rolling' 2022-09-04 16:20:14 +02:00
Gustavo Mendel
62a1737699
docs(lsp): fix the way of removing items from skipped_servers (#2887) 2022-09-01 13:41:53 +02:00
kylo252
439e0c205a Merge remote-tracking branch 'origin/rolling' 2022-08-29 14:35:15 +02:00
github-actions[bot]
0fc1e42309
chore: bump plugins version (#2895) 2022-08-20 11:06:34 +02:00
kylo252
08b5e99f53
feat(installer): handle INSTALL_PREFIX not on PATH (#2912) 2022-08-19 12:02:15 +02:00
Ian C
7df4773b0b
docs: fix automatic_servers_installation example (#2918) 2022-08-19 12:01:19 +02:00
Opa Kholis Majid
9d9d497e07
docs(windows): update example config (#2919) 2022-08-19 11:48:01 +02:00
Benedikt Schnatterbeck
45f9825d1e
refactor(keymaps)!: don't hijack H/L by default (#2874) 2022-08-12 18:01:11 +02:00
Gabriel Kwong
63696c1425
docs(windows): update example config for nvim-tree (#2766) 2022-08-09 14:02:38 +02:00
Philipp Bokatius
7fc0d0f72b
fix(installer): create profile.ps1 if nonexistent (#2810) 2022-08-09 13:54:25 +02:00
kylo252
a1ffa3c945 Merge branch 'rolling' 2022-08-01 09:54:53 +02:00
XadE-Blue
1d9b85a50e
fix(installer) comment causes antivirus false positives (#2818) 2022-07-31 18:34:07 +02:00
kylo252
6fbefdacd3 Merge branch 'rolling' 2022-07-31 14:28:43 +02:00
Yazeed1s
ddc53a231d
fix: typo in utils/installer/install.sh (#2776) 2022-07-03 15:30:28 +02:00
CPea
c6431a09c7
feat(lsp): add option to override default nvim-lsp-installer settings (#2698) 2022-06-26 14:08:54 +02:00
kylo252
12f8798bb0
fix(installer): always use check shallow clones (#2763) 2022-06-26 13:53:44 +02:00
kylo252
b04aefbb79 Merge branch 'rolling' 2022-06-24 12:16:05 +02:00
kylo252
e1846580c8
fix(installer): use full path to verify_plugins.lua (#2755) 2022-06-24 12:15:15 +02:00
kylo252
57bebb5c51 Merge branch 'rolling' 2022-06-23 16:12:26 +02:00
kylo252
8989984b78
feat(installer): add verify-plugins hook (#2751) 2022-06-23 16:11:47 +02:00
Abouzar Parvan
0ee8b8f653
feat: fix a couple of issues (#2750)
* fix(nvimtree): do not set key if disabled

* fix(telescope): move pickers of out defaults

* fix(install): use proper gentoo installation
2022-06-23 10:27:18 +04:30
kylo252
2c520cf555 Merge branch 'rolling' 2022-06-10 14:37:32 +02:00
Abouzar Parvan
7c53bd64c5
fix(nvimtree): update nvim-tree setup (#2681) 2022-05-31 19:45:43 +04:30
kylo252
fc63a66ce8 Merge remote-tracking branch 'origin/rolling' 2022-05-25 13:35:38 +02:00
kylo252
23df368b00
refactor: load the default options once (#2592)
BREAKING CHANGE: modifying the default options for keymaps and autocmds
is now done by overwriting them, since they won't be loaded into the
global `lvim` table anymore

* refactor: use the lua-commands api
* refactor!: use the lua-autocmds api
* fix(settings): let neovim handle spellfile
* feat: add log:set_log_level()
* chore: update examples
* chore: add deprecation notice for custom_groups
2022-05-21 16:48:47 +02:00
kylo252
e264bff7e8 Merge remote-tracking branch 'origin/rolling' 2022-05-03 08:55:15 +02:00
lmckiwo
ebc2987342
fix(installer): latest and specified release version for neovim have different urls (#2484) 2022-04-30 16:33:45 +02:00
Abouzar Parvan
6a66e39f29
feat(icons): make it possible to disable icons (#2529) 2022-04-28 19:00:39 +04:30
kylo252
f3750313da Merge branch 'rolling' 2022-04-27 17:38:06 +02:00
kylo252
3de829e76e
refactor: lock new installations to nvim v0.7+ (#2526) 2022-04-27 17:37:27 +02:00
William Boman
84d91bd3be
feat(installer): ensure correct responses when prompting user (#2506) 2022-04-23 09:39:25 +02:00
kylo252
ce4f7b0fc8 Merge remote-tracking branch 'origin/rolling' 2022-04-20 13:27:51 +02:00
kylo252
0481ec8ddd
refactor: update impatient (#2477) 2022-04-20 13:22:26 +02:00
kylo252
6d2e18295f Merge remote-tracking branch 'origin/rolling' 2022-04-14 21:24:35 +02:00
kylo252
198577aa75
refactor(lsp): cleanup servers' override configuration (#2243)
* refactor(lsp): cleanup override settings

- rename lsp.override to lsp.automatic_configuration.ignored_servers
- add lsp.automatic_configuration.ignored_filetypes

* chore(info): update override section

* refactor(lsp): rename ignored to skipped

* fix: better deprecation handling

* docs(lsp): add example for (un-)skipping servers

* refactor(lsp): allow installing overridden servers

* docs(lsp): update config_win.example.lua as well

* chore(lsp): update skipped_servers list

* fix(logger): less noise from client_is_configured
2022-04-14 23:17:22 +04:30
FADHsquared
b4d5f093a5
docs(windows): use alpha in config_win.example.lua (#2452) 2022-04-14 14:45:54 +04:30
kylo252
1569202d39
fix(impatient): avoid get_options in fast handler (#2451) 2022-04-12 11:18:17 +02:00
kylo252
f92a0d610c chore: update changelog 2022-04-08 13:38:43 +02:00
Joan López
8a7bd81237
fix: update deprecated methods in example configuration for trouble.nvim (#2416) 2022-04-02 13:56:13 +02:00
Bruno Gava Guerra
84e499aa38
fix(installer/pwsh): fixes some details on installer and uninstaller (#2404) 2022-04-02 12:07:48 +02:00
kylo252
f2370ce9d8
ci: test automated gh action (#2394) 2022-03-25 18:25:53 +04:30
kylo252
08d3df2cd3
feat(plugins): add support for packer snapshots (#2351) 2022-03-24 16:16:38 +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
d8628ccd11
fix(windows): use correct validation for the alias (#2371) 2022-03-20 11:56:28 +01:00
kylo252
c946ddda81
feat: add alpha.nvim integration (#1906) 2022-03-19 20:02:45 +01:00
Aleksandr
59d48dfc7c
[Bugfix]: correct typo in backup function (#2358) 2022-03-18 10:20:54 +01:00
kylo252
4c705bc07d
feat(windows): add custom config_win.example.lua (#2330) 2022-03-10 09:54:38 +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
dundargoc
4400e39a69
chore: fix typos (#2292) 2022-02-18 17:47:17 +03:30
Yangzi Chen
d16065ce58
feat(installer): use pnpm to install nodejs dependencies(#2279) (#2280) 2022-02-14 17:01:21 +01:00
sambergo
4b7435a23f
fix: add tsx to treesitter ensure_installed list (#2268)
Typescript and typescriptreact needs to be added separately
2022-02-12 12:07:02 +03:30
Adrian Nadau Semb
fb2f405db4
[Bugfix]: added -ScriptBlock to run commands ``install.ps1`` (#2188)
* fix(installer): use script-block to run commands

* fix(installer): enforce v7 as erroraction break is not supported in v5
2022-02-03 11:29:25 +03:30
kylo252
25e8b22349
chore(installer): require neovim 0.6.1+ (#2211) 2022-01-24 13:01:57 +01:00
kylo252
61caf62943
refactor: remove unused outdated files (#2184) 2022-01-17 13:13:34 +01:00
kylo252
0afc4bfa09
fix(installer): usernames can contain @ symbol (#2167) 2022-01-12 11:40:49 +01:00
kylo252
4a66d4752d
fix(null-ls): avoid sending invalid opts.args (#2154) 2022-01-08 14:24:05 +01:00
kylo252
21b41688ee
refactor: use a static lvim binary template (#1444) 2022-01-03 15:47:58 +01:00
kylo252
b3cfd165fb
refactor(test): cleanup test utilities (#2132) 2022-01-02 14:53:01 +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
Felipe Baltor
5333cb3de3
fix(installer): more robust yarn validation (#2113) 2021-12-26 12:56:31 +01:00
Stone Preston
a79de08d40
refactor(install.sh): fix typo in node error message (#2107) 2021-12-23 10:46:14 +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
024c811133
fix(installer): check if npm-prefix is writable (#2091) 2021-12-20 09:00:04 +01:00
kylo252
f1ca79e628
refactor: remove unused old language configs (#2094) 2021-12-20 08:59:47 +01:00
Lee Marlow
bccbcff3ab
fix(installer): backup linked files with rsync (#2081)
This allows backup to succeed for people who use symlinks for managing dotfiles.

Currently errors with the following:
```
rsync error: some files/attrs were not transferred (see previous errors) (code 23) \
at main.c(1350) [sender=3.2.3]
````
2021-12-15 08:30:38 +01:00
kylo252
f7d883b6b9
feat(installer): nicer rsync output (#2067) 2021-12-11 20:08:25 +01:00
kylo252
872061e179
fix(installer): better handling of existing files (#2066) 2021-12-11 19:52:34 +01:00
kylo252
68cdb62f87
fix(bootstrap): remove hard-coded spellfile option (#2061) 2021-12-09 11:51:37 +01:00
kylo252
6770808bec
feat: full compatibility with neovim v0.6 (#2037) 2021-12-06 17:04:46 +01:00
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