Commit graph

391 commits

Author SHA1 Message Date
Christian Chiarulli
72e55a7290
feat: simplify example config, add links for user instead (#4128) 2023-05-06 02:13:20 -04:00
Let Avocado
75ba51cb0f
docs: update broken links in example configs (#4097) 2023-04-28 20:18:59 +02:00
Juliano Farias
eaa3376802
docs: add code_actions to example config (#4029)
* docs: add code_actions to example config

* formatting

---------

Co-authored-by: opalmay <opal.mizrahi2@gmail.com>
2023-04-26 14:08:53 +03:00
Matthew Winter
be0bcaf8ff
fix: add missing LF to install script (#4075) 2023-04-24 20:13:01 +07:00
kylo252
a0b2a0e9bf
feat(installer): allow customizing NVIM_APPNAME (#3896) 2023-04-12 12:46:29 -04:00
Elvis Dukaj
2d37303649
fix(installer): validation step was failing on windows (#4008) 2023-04-07 14:09:02 +02:00
LostNeophyte
9b4c4ab6af
fix: win installer syntax error (#3635)
* feat: check version

* fix
2023-02-14 08:23:41 +01:00
kylo252
ae96617d5e
docs(ts): add hint about ensure_installed (#3827) 2023-02-09 11:38:27 +01:00
LostNeophyte
5b8bfc8511
fix(installer): only install treesitter-cli if it's missing (#3740) 2023-01-17 01:11:29 -05:00
LostNeophyte
ccb80e41ee
refactor: migrate to lazy.nvim (#3647)
* refactor: convert plugins spec to lazy

* refactor(lazy): remove impatient

* fix(telescope): no more errors if theme is nil

* refactor(lazy): use lazy in plugin_loader

* refactor(lazy): pin plugins with packer's snapshot

* fix: add plugins to rtp before config:init

* fix: fs_stat nil check

* feat: lazy cache

* feat(lazy): reloading

* refactor(lazy): plugin-loader functions

* feat(lazy): cache reset

* refactor: set runtimepath manually

* fix: runtimepath

* refactor(rtp)

* refactor(lazy): packer -> lazy in various places

* fix(lazy): disable tree-sitter ensure installed

* refactor(lazy): restore order to bootstrap

* refactor(lazy): remove unused impatient profiler

* small fixes

* `lvim.plugins` deprecation handling

* fix: deprecation of `requires` in plugin specs

* feat: core plugins pinning

* refactor(lazy): plugin loader tests

* refactor(lazy): use lazy in scripts

* refactor(lazy): which-key keybinds

* chore: format

* fix: installer

* fix: first time setup

* feat: changes required for packaging

commit 951ac2b7c01b5200b973660c967852d1706cce28
Author: LostNeophyte <lostneophyte@tuta.io>
Date:   Wed Dec 28 13:49:44 2022 +0100

    fix: clean folder before copying plugins

commit 64e9afa44b8e528ba527e0510d0d8c2d2237a095
Author: LostNeophyte <lostneophyte@tuta.io>
Date:   Wed Dec 28 13:35:41 2022 +0100

    feat: copy core plugins on first run

commit 2d8e72090c7624f68c09a9aa6582223373a810c1
Author: LostNeophyte <lostneophyte@tuta.io>
Date:   Wed Dec 28 13:11:22 2022 +0100

    feat(utils): fs_copy

commit 85c1f025a6ba13183e85141f75f60e2eefc77bb5
Author: LostNeophyte <lostneophyte@tuta.io>
Date:   Wed Dec 28 13:04:38 2022 +0100

    fix: copy correct example config

* fix: packer specs deprecation handling

* fix: plugin specs deprecation

* feat: pin lazy's version

* fix: remove plugins form rtp before loading lazy

* fix: plugin-loader test

* feat(lazy): add keymappings for profile, log, and debug (#3665)

* feat(lazy): Add keymappings for profile, log, and debug

* feat(lazy): Add keymap for cleaning

* chore: format

* pref: lazy load many plugins

Co-authored-by: Uzair Aftab <uzaaft@outlook.com>

* fix: bootstrap correct version of lazy

* fix: also use CmdLineEnter event for cmp

* fix: don't use lazy's modules before it's set up

* perf: (hack) enable lazy's cache before loading lazy

* fix: plugins.lua

* fix: plugins bump script

* chore: remove debug print

* feat: add rounded border for `:Lazy`

* fix: bufferline flashing

* fix: don't close lazy on startup

* fix: load breadcrumbs on startup

* fix: don't lazy load bufferline

* chore: bump lazy's version

* fix: remove site from rtp (fixes treesitter issues)

* revert default config copying changes

* fix(bootstrap): actually remove plugins dir on windows

* chore: bump lazy's version

* chore: bump lazy's version

Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
Co-authored-by: Uzair Aftab <48220549+Uzaaft@users.noreply.github.com>
Co-authored-by: Uzair Aftab <uzaaft@outlook.com>
Co-authored-by: opalmay <opal.mizrahi2@gmail.com>
2023-01-10 21:18:17 +01:00
LostNeophyte
fc68738099
fix: bash installer errors (#3686)
* fix(installer): ignore `xdg-desktop-menu` error

* fix(installer): error when backing up empty dirs
2023-01-10 16:49:23 +01:00
Elias Roa
7905ec6f1e
fix(config): fix typo in example configs (#3611) 2022-12-14 22:25:25 +01:00
LostNeophyte
13ac270020
refactor: simplify example config (#3519)
* fix: update default config

* refactor: simplify default config

* refactor: apply code review suggestions
2022-11-29 15:25:35 +01:00
rob
495ede0c4f
feat(installer): list dependencies that will be installed (#3523)
* [installer] Describe which dependencies for Python, NPM, and Rust get installed

* Fix formatting

* Further formatting fixes

* Normalise dependency installation code
2022-11-27 17:33:55 +01:00
Vaisakh K M
57ae7581bf
fix(uninstaller): correct a sentence in help (#3511)
* fix(uninstaller): fixing a wrong sentence in help 
* fix: double space

Co-authored-by: LostNeophyte <lostneophyte@tuta.io>
2022-11-22 14:38:46 +01:00
Vaisakh K M
40ec8a0e6a
fix(uninstaller): add separate flag to remove user config (#3508) 2022-11-21 23:26:20 -05:00
Philipp Bokatius
bc420500e5
chore: update docker branch to latest release for "Try it first" (#3500)
chore: update docker branch for "Try it first"
2022-11-18 14:43:35 -05:00
Jonathan Cooper
e9c43ca9b3
fix(installer): fix syntax error with powershell installer (#2875) 2022-11-14 11:13:24 +01:00
Tommy Au
f0ed89d17c
fix(installer): use quotes in set-alias (#3408) 2022-11-05 10:50:23 +01:00
Christian Chiarulli
08d3c056ff chore: format on save off by default
chore: check if table
2022-11-04 17:32:46 -04:00
Christian Chiarulli
5ba80b10cf
feat: use our own colorscheme, decouple from tokyonight (#3378)
Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
2022-11-04 12:57:24 -04:00
LostNeophyte
e10a8cca56
fix(installer): Use master in windows installer (#3421) 2022-11-04 12:56:33 -04:00
kylo252
74ad56ff68
refactor(installer): skip unstable headless update (#3338) 2022-10-31 16:27:12 +01:00
kylo252
25c4241b07
refactor: clean up test env paths (#3318) 2022-10-22 15:25:46 +02:00
Mark Huggins
36c8bdee9f
refactor(plugins)!: remove nvim-notify from core (#3300) 2022-10-21 01:21:22 -04:00
kylo252
4ef0731500 Merge remote-tracking branch 'origin/rolling' 2022-10-17 17:29:15 +02:00
opalmay
1fbdcabf19
fix: don't install desktop file w/o xdg-desktop-menu (#3229) 2022-10-14 18:33:08 +02:00
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
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