Commit graph

128 commits

Author SHA1 Message Date
Christian Chiarulli
b0e55bad8b
fix(dap): ui opens when debugging (#4116)
Co-authored-by: WillianFuks <willian.fuks@gmail.com>
2023-05-02 16:46:00 -04:00
LostNeophyte
56d2463321
fix(lsp): lazy load mason on FileOpened (#4100) 2023-05-02 09:57:39 +02:00
hehelego
7a9cc63af9
chore(plugins): remove popup.nvim as it is deprecated (#4004) 2023-04-07 14:01:36 +02:00
kylo252
0b13c9f6bc
feat(mason): add support for mason-registry (#3994)
* feat(mason): add support for mason-registry

* fix(lazy)!: wrap refresh for mason-registry
2023-04-04 10:10:36 +02:00
kylo252
ddc86f3a8a
fix(cmp): handle deprecated tree-sitter api (#3853) 2023-02-16 16:51:35 +01:00
opalmay
fde46c4b16
perf(toggleterm): on-demand lazy load (#3811)
* perf(toggleterm): on-demand lazy load

* fix: keys

* fix: move setup, on_config_done (for terminal obj)

* fix: add some cmds

* refactor: remove redundant `lazy = true`
2023-02-11 19:43:38 +02:00
LostNeophyte
98fb64764f
fix(lsp): lazy loading (#3824) 2023-02-07 17:30:14 +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
Latif Sulistyo
4b77c9c87f
chore(plugins): change devicons repo owner to nvim-tree 2023-01-15 09:46:16 +01:00
opalmay
8cc1cc6206
feat: cmdline config option enables cmp-cmdline plugin (#3719)
* feat: automatically enable cmp-cmdline when setting setup option

* chore: lint

* fix: workaround for installer when cmp table is nil
2023-01-13 12:22:52 +02:00
opalmay
f4ec3fc620
refactor: move to upstream lir (#3711)
* refactor: move to upstream lir

* chore: lint
2023-01-12 09:59:00 +02:00
LostNeophyte
d7a9e6244f
fix(treesitter): prepend to rtp (#3708) 2023-01-11 16:35:27 +01: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
719adbc4bb
refactor: use lir fork in the org (#3694) 2023-01-07 16:31:40 +02:00
LostNeophyte
fb7da7bc78
perf: handle big files better (#3449)
fixes https://github.com/LunarVim/LunarVim/issues/3393
2022-11-28 19:11:06 +01: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
Mark Huggins
36c8bdee9f
refactor(plugins)!: remove nvim-notify from core (#3300) 2022-10-21 01:21:22 -04:00
2nthony
e94390a922
perf(plugins): move assert vim.env.LVIM_DEV_MODE logic (#3238) 2022-10-15 14:06:52 +02:00
Abouzar Parvan
91ac8a0bb0
fix(luadev): this plugin has been renamed (#3235) 2022-10-15 10:21:24 +03:30
Christian Chiarulli
5b35ed9c32
feat: all features active by default (#3157) 2022-10-06 01:20:12 -04:00
kylo252
e5bcf01c75
refactor: more deliberate reload (#3133) 2022-10-04 13:23:52 -04:00
Gabriele Musco
2254ce4bc4
feat: added dap ui and relative config (#3131) 2022-10-04 05:38:59 +00:00
Christian Chiarulli
228658b02e fix: idk why it has an issue here but we can't use reload in the plugins file for now 2022-10-02 22:30:38 -04:00
Christian Chiarulli
1c03ac8052
feat: reload and lir color update (#3123) 2022-10-03 00:56:23 +00:00
lvimuser
699849a731
chore(plugins): remove deprecated FixCursorHold.nvim (#3107) 2022-10-01 02:10:47 -04:00
ChristianChiarulli
64615ae626 fix: always load base theme 2022-09-21 11:21:01 -04:00
Christian Chiarulli
03156e42ac
Indentlines (#3057) 2022-09-21 11:09:11 -04:00
Christian Chiarulli
2ba566b0d8
feat: add indentlines (#3056) 2022-09-21 10:48:15 -04:00
kylo252
31af25f6a1
revert: fix Packer instead of hard-coding config (#3049) 2022-09-20 11:26:57 -04:00
ChristianChiarulli
293f4369ae feat: illuminate works again 2022-09-20 08:11:36 -04: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
Christian Chiarulli
f11909b564
feat: breadcrumbs (#3043) 2022-09-19 22:14:32 -04:00
Christian Chiarulli
58280f30ad
feat: new colorscheme tokyonight (#3041) 2022-09-19 19:03:53 -04:00
Christian Chiarulli
352147158b
feat(document highlight): use illuminate rather than autocommand to avoid flashing (#3029) 2022-09-19 13:12:52 -04:00
Christian Chiarulli
a331ef711b
feat: add lir.nvim again (#3038) 2022-09-19 11:44:04 -04:00
kylo252
26d493419a
revert: lir.nvim is still broken (#3036) 2022-09-17 13:42:46 +02:00
kylo252
77fdcd43cb
feat: add lir.nvim (#3031) 2022-09-16 11:47:40 -04:00
kylo252
62d9a4ea9d
revert: remove incomplete lir integration (#3030) 2022-09-16 11:15:18 +02:00
Christian Chiarulli
a4c2dc4d0b
refactor: small improvements (#3021) 2022-09-15 23:33:08 -04:00
Abouzar Parvan
e485cd6e40
fix(plugins): bring back original folke repos (#2992) 2022-09-07 11:38:46 +04:30
kylo252
eefde00ae8
refactor!: migrate to mason.nvim (#2880) 2022-08-09 10:41:17 +02:00
github-actions[bot]
6ab3e8a739
chore: bump plugins version (#2723) 2022-07-23 14:16:43 +02:00
kylo252
8989984b78
feat(installer): add verify-plugins hook (#2751) 2022-06-23 16:11:47 +02:00
kylo252
7220f1f204
feat(cmp): add option to disable friendly-snippets (#2660)
authored-by: Emerson Max de Medeiros Silva <emersonmx@gmail.com>
2022-05-26 16:06:49 +02:00
Xavier Young
42529e1c4f
fix: load notify's telescope extension properly (#2586)
* fix: load notify's telescope extension

* fix: add which-key integration for notify
2022-05-15 15:59:36 +02:00
Abouzar Parvan
cf426e1ff2
fix(dap): temporarily use dap-buddy dev branch which has older code (#2567) 2022-05-05 18:51:51 +04:30
Abouzar Parvan
10449b4e09
feat(neovim): neovim 0.8 compatibility (#2544) 2022-05-03 03:38:21 +04:30
Abouzar Parvan
716bf5fe15
feat(lua-dev): use the newer lua-dev branch till folke comes back (#2538) 2022-04-29 10:38:00 +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