Commit graph

24 commits

Author SHA1 Message Date
opalmay
ea9b648a52
fix(breadcrumbs): refresh on TabEnter (#3727)
* fix(breadcrumbs): refresh on TabEnter
2023-01-14 15:31:05 +02:00
LostNeophyte
3115088e92
fix(icons): make devicons optional (#3616)
* fix(icons): make devicons optional

* code review suggestion

* fix: devicons_enable > devicons.enable
2023-01-13 15:24:05 +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
LostNeophyte
9347abc1d4 fix(breadcrumbs): use hlgroup from web devicons in breadcrumbs (#3342) 2022-11-28 19:08:43 +01:00
AndreiLosev
731a3915e1
fix(breadcrumbs): E36 Not enough space when using dap-ui Eval (#3533)
fix `E36 Not enough space` when using dap-ui `Eval`

Co-authored-by: Losev Andrei <losev@aheadworks.com>
2022-11-26 22:36:13 -05:00
Nefendi
38ddcb4501
chore(breadcrumbs): remove Markdown from excluded file types (#3196)
The output of `vim.bo.filetype` for Markdown files is `markdown` not
`Markdown` so this entry did nothing.
2022-11-21 12:50:25 +07:00
Marco Pas
f08a997209
refactor: move dap keybindings to which key (#3459) 2022-11-11 22:01:15 -05:00
Christian Chiarulli
c006598434 chore: use bigger chevrons 2022-11-04 11:12:12 -04:00
Jonathan Wren
313191169e
feature: Add chevron to breadcrumbs (with matching highlight group) (#3380) 2022-11-04 11:00:02 -04:00
Christian Chiarulli
f206ba152c
feat: breadcrumbs autocommand only runs when active (#3399) 2022-11-02 13:35:22 -04:00
Junyi Liu
eabf6c6990
fix(breadcrumbs) Performance issue, change CursorMoved event to CursorHoldI (#3357) 2022-11-01 00:56:06 -04:00
dapc11
b7b9087d34
fix: nil table in breadcrumbs in autocommand (#3267) 2022-10-16 22:52:49 -04:00
Abouzar Parvan
09cbce44e5
fix(breadcrumbs): make sure winbar_filetype_exclude is customizable (#3221) 2022-10-13 15:21:25 +03:30
Christian Chiarulli
9d3e163656 fix: formatting 2022-10-07 02:27:58 -04:00
Christian Chiarulli
49de031b24 fix: nvim_dap has an issue with setting winbar for dapui_console filetype 2022-10-07 02:27:29 -04:00
Christian Chiarulli
5b35ed9c32
feat: all features active by default (#3157) 2022-10-06 01:20:12 -04:00
Christian Chiarulli
1eed9f572f
feat(dap): buffernames for elements, icons, hide dap-repl by default (#3156) 2022-10-06 02:49:58 +00:00
Christian Chiarulli
35cea14111
feat: add space after breadcrumb icons (#3128) 2022-10-03 04:50:52 +00:00
Philippe Richard
8767a17b5e
feat: move icons to a single icons file (#3115) 2022-10-02 23:48:23 -04:00
Latif Sulistyo
817337b17e
fix: small fixes on telescope pickers & breadcrumbs (#3060) 2022-09-22 13:16:38 -04:00
kylo252
31af25f6a1
revert: fix Packer instead of hard-coding config (#3049) 2022-09-20 11:26:57 -04:00
ChristianChiarulli
0608ee584c feat: breadcrumbs work again 2022-09-20 08:35:48 -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