Commit graph

47 commits

Author SHA1 Message Date
LostNeophyte
9f1f98312b
feat: regenerate lsp templates after LvimUpdate (#3864) 2023-03-06 05:15:08 -05:00
opalmay
2b1af90a97
fix: lazy cache (#3892)
* fix: lazy cache

* refactor: add pcall
2023-02-24 17:07:55 +02:00
LostNeophyte
1a91812712
fix: LvimUpdate should bump core plugins (#3846) 2023-02-16 13:21:38 +01:00
LostNeophyte
60c7ad77fd
perf: lazy load most plugins (#3750)
* perf: lazy load most plugins

* fix(lazy): suggested fixes for pref/lazyloading branch (#3754)

fix(lazy): Suggested fixes from previous comments

fix(lazy): applying suggestions from code review

Co-authored-by: LostNeophyte <lostneophyte@tuta.io>

Co-authored-by: Pratyush Bharati <pbharati@Pratyushs-MacBook-Pro.local>
Co-authored-by: LostNeophyte <lostneophyte@tuta.io>

* chore: format

* move lazy utils to modules.lua

* simplify telescope actions

* refactor: cmp_window local name

* feat: more lazy loading cmds

* refactor(cmp): minor clean up

* perf: set lazy loading by default

* refactor(alpha): remove broken lazy load

* revert: explictily set lazy loading

This reverts commit ba38193e4e.

* test: enable lazy-loading for bigfile

* perf: defer projects and alpha to VimEnter

* refactor(bufferline): add comment

* perf: better lazy load dap/dapui

* perf: lazy load ts-commentstring with Comment.nvim pre_hook

---------

Co-authored-by: pr-313 <46706232+pr-313@users.noreply.github.com>
Co-authored-by: Pratyush Bharati <pbharati@Pratyushs-MacBook-Pro.local>
Co-authored-by: opalmay <opal.mizrahi2@gmail.com>
Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
2023-02-04 17:22:41 +02:00
LostNeophyte
fab66b01f6
feat: include git status in LvimVersion (#3774)
* feat: include git status in LvimVersion

* refactor: use git describe

* chore: fix comment

* remove unused function
2023-01-24 20:02:21 +01:00
opalmay
4455bd2add
refactor(quit)!: use native quit confirm (#3721) 2023-01-13 14:44:09 +02: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
opalmay
c70a094314
feat: don't prompt smart quit when buffer open in another window (#3636) 2022-12-20 17:58:43 +02:00
kylo252
153593ff51
fix(config): more comprehensive cache reset (#3416) 2022-11-04 09:53:57 -04:00
Christian Chiarulli
531ddb459e
fix: rollback plugin loader changes (#3402) 2022-11-02 18:09:35 -04:00
LostNeophyte
9282c4b54f
fix: revert ColorScheme autocmd execution (#3397) 2022-11-02 18:07:57 +01:00
kylo252
325bf72f93
refactor(hooks): use colorscheme event after reload (#3375) 2022-11-01 10:22:20 -04:00
kylo252
d433409995
feat: latest impatient updates from upstream (#3236) 2022-10-14 14:09:08 +02:00
Ali Almohaya
fcced1811e
fix: typo in git.lua 2022-10-13 03:35:48 +03:00
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
kylo252
e5bcf01c75
refactor: more deliberate reload (#3133) 2022-10-04 13:23:52 -04:00
chaesngmin
6a72ad281e
Fix: correct typos (#3117) 2022-10-03 01:19:59 +00:00
Christian Chiarulli
1c03ac8052
feat: reload and lir color update (#3123) 2022-10-03 00:56:23 +00:00
ChristianChiarulli
82f4b353b3 feat: only show reloaded config on debug log level to decrease noise 2022-09-21 14:01:39 -04:00
Christian Chiarulli
f11909b564
feat: breadcrumbs (#3043) 2022-09-19 22:14:32 -04:00
github-actions[bot]
6ab3e8a739
chore: bump plugins version (#2723) 2022-07-23 14:16:43 +02:00
kylo252
12f8798bb0
fix(installer): always use check shallow clones (#2763) 2022-06-26 13:53:44 +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
Abouzar Parvan
e1d32ca42e
feat(quit): make sure to ask before discarding changes (#2554) 2022-05-03 19:01:53 +04:30
kylo252
a68c1cfbf5
revert: do not run packer.sync() on every reload (#2548)
* revert: do not run packer.sync() on every reload

* chore: update which-key mappings for logs
2022-05-01 16:29:11 +02:00
kylo252
3d841425ae
feat: lock nvim <0.7 to a specific tag (#2491) 2022-04-20 11:44:36 +02:00
kylo252
fa710f6ddd
refactor: re-enable packer.sync() in LvimReload (#2410) 2022-04-03 14:32:52 +02:00
kylo252
08d3df2cd3
feat(plugins): add support for packer snapshots (#2351) 2022-03-24 16:16:38 +01:00
kylo252
c946ddda81
feat: add alpha.nvim integration (#1906) 2022-03-19 20:02:45 +01:00
Abouzar Parvan
31a48325cf
chore(plugins): update plugin version (#2225)
* chore(plugins): update plugin version

* fix(lvim-info): make the git branch cmd compatible with mac
2022-01-30 23:21:45 +03:30
kylo252
e9caf5a69a
fix(lsp): no need to stop clients on LvimReload (#2160) 2022-01-10 15:48:05 +01:00
kylo252
ec1e4140fa
fix(install): avoid data-races for on_packer_complete (#2157) 2022-01-10 09:54:47 +01:00
Ryan Despain
8233522e0b
fix: remove "error" message from git tag (#2141) 2022-01-05 09:33:53 +01:00
kylo252
eefc148313
refactor(bootstrap): more robust git module (#2127) 2022-01-03 11:07:34 +01:00
kylo252
238e43e5b3
refactor: more consistent autocmds (#2133) 2022-01-03 11:06:45 +01:00
kylo252
b3cfd165fb
refactor(test): cleanup test utilities (#2132) 2022-01-02 14:53:01 +01:00
kylo252
307db8936b
feat: multiple enhancements to lvim-reload (#2054) 2021-12-09 17:08:53 +01:00
kylo252
6770808bec
feat: full compatibility with neovim v0.6 (#2037) 2021-12-06 17:04:46 +01:00
kylo252
ef5ca00df5
chore: bump core-plugins version (#2031) 2021-12-04 14:02:47 +01:00
kylo252
8641c38c86
fix(nvimtree): update settings (#2001) 2021-11-29 09:12:13 +01:00
kylo252
24be0ef1ef
chore: bump core-plugins version (#1989) 2021-11-27 15:22:43 +01:00
kylo252
b0a9ee720a
refactor: more configurable format-on-save (#1937) 2021-11-14 13:44:00 +01:00
kylo252
32ca5afa4a
feat: better error handling for packer (#1883) 2021-11-02 16:58:55 +01:00
kylo252
95d8127f31
fix(lsp): avoid data-race on server:install() (#1863) 2021-10-30 20:39:53 +02:00
kylo252
377cab434c feat: update now syncs the core plugins (#1865) 2021-10-30 14:39:00 +02:00
kylo252
52b7455741
feat: add an independent lvim namespace (#1699) 2021-10-10 21:07:41 +02:00