Commit graph

350 commits

Author SHA1 Message Date
opalmay
4fa96e8e79
feat(uninstaller): desktop entry
feat(uninstaller): desktop entry
2022-10-10 02:23:29 +03:00
opalmay
523bafacb6
Feat(installer): desktop entry (#3187)
Co-authored-by: Opal Mizrahi <opal.mizrahi@protonmail.com>
2022-10-09 19:55:47 +00:00
Leung Yau Ming
e6f50af1de
fix(typo): fix language server name typo in config example #3176 (#3183) 2022-10-08 23:08:15 +00:00
Christian Chiarulli
5699a5e557 fix(installer): don't set log level 2022-10-08 18:31:02 -04:00
Leung Yau Ming
86dd1f1132
fix(typo): fix language server name typo in config example (#3176) 2022-10-07 18:11:10 +03:30
kylo252
f6402563ab
feat: enable global installation (#3161) 2022-10-06 22:51:09 -04:00
kylo252
9def60f1dd
feat: lock new installations to nvim 0.8+ (#3111) 2022-10-06 06:55:06 +00:00
Mattherix
0d578ab152
fix(installer): don't overwrite previous config (#3154) 2022-10-06 01:21:34 -04:00
ChristianChiarulli
58b0684f7e chore: format on save false by default in default config 2022-09-27 13:18:26 -04:00
kylo252
31af25f6a1
revert: fix Packer instead of hard-coding config (#3049) 2022-09-20 11:26:57 -04:00
Dániel Vankó
975d1ffcd3
fix(installer): small fix in help message of install.sh (#3032) 2022-09-20 12:07:45 +02: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
yangbinji
464ad8b003
fix(example config): fix config for treesitter (#3016) 2022-09-15 14:41:51 +02:00
kylo252
7535f4eff9
fix(plugins): handle deprecated options (#3014) 2022-09-12 18:41:25 +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
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
XadE-Blue
1d9b85a50e
fix(installer) comment causes antivirus false positives (#2818) 2022-07-31 18:34:07 +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
e1846580c8
fix(installer): use full path to verify_plugins.lua (#2755) 2022-06-24 12:15:15 +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
Abouzar Parvan
7c53bd64c5
fix(nvimtree): update nvim-tree setup (#2681) 2022-05-31 19:45:43 +04:30
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
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
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
0481ec8ddd
refactor: update impatient (#2477) 2022-04-20 13:22:26 +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
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