Commit graph

2513 commits

Author SHA1 Message Date
opalmay
4455bd2add
refactor(quit)!: use native quit confirm (#3721) 2023-01-13 14:44:09 +02:00
LostNeophyte
f590770a17
fix(config): copy the correct example config (#3722)
* fix(config): copy the correct example config

* refactor: don't check if dir exists
2023-01-13 13:39:11 +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
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
kylo252
5fe3075b34
refactor(treesitter)!: use auto-install by default (#3677) 2023-01-10 10:32:41 -05:00
LostNeophyte
38587e2241
fix(telescope): backwards compability (#3596)
* fix(telescope): no more errors if theme is nil

* fix: backwards compability
2023-01-10 09:58:48 +01:00
Christian Chiarulli
af73e3e3c4
feat: enable auto preview colorscheme by default (#3701) 2023-01-09 16:52:33 -05:00
LostNeophyte
6c6d048103
fix(ts): disable indent for c and cpp (#3687) 2023-01-09 15:34:48 -05:00
Christian Chiarulli
273ef46e7d
chore: update funding 2023-01-09 14:45:49 -05:00
opalmay
5ae42b0c44
feat: update setup tables (#3693)
* feat(nvim-tree): update setup table

* chore: lint

* fix: move option to correct place

* feat(illuminate): update setup table

* feat(which-key): update setup table

* feat(project.nvim): update setup table

* feat(gitsigns): update setup table

* chore: lint

* feat(lir): update setup table
2023-01-07 17:03:03 +02:00
opalmay
719adbc4bb
refactor: use lir fork in the org (#3694) 2023-01-07 16:31:40 +02:00
github-actions[bot]
796ee8e14c
chore: bump plugins version (#3652)
* chore: bump plugins version

* fix(lsp): add ruff-lsp to the skipped list

* chore: bump plugins version

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
2023-01-05 10:54:04 +01:00
LostNeophyte
9bc82e4e68
feat(reload): add all conf files to aupat (#3644) 2022-12-26 18:29:19 +01:00
github-actions[bot]
c34f04cda1
chore: bump plugins version (#3609) 2022-12-23 17:07:37 +01:00
Christian Chiarulli
3262e50818
feat: use codicons that are available for nerdfonts now (#3646) 2022-12-22 01:17:00 -05:00
LostNeophyte
1f92c07413
feat(keybindings): operator pending mode (#3626) 2022-12-21 09:23:07 +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
b661efb317
refactor(autocmds): clean up filetype detection rules (#3625)
* refactor(lua): simplify gf utility

* refactor(autocmds): cleanup

* refactor(ftdetect): use vim.filetype.add instead
2022-12-17 12:33:57 +01:00
LostNeophyte
277079ff45
ci: enable format workflow on master (#3623) 2022-12-16 12:58:35 +01:00
mmcdole
b365c7fc13
feat(dap): update dap ui to resize when toggled (#3606)
Update DAP ui to resize when toggled
2022-12-16 03:43:36 -05:00
LostNeophyte
59fff1ea32
feat(lsp): focusable line diagnostics (#3622) 2022-12-16 03:42:12 -05:00
LostNeophyte
43ed9bda2c
fix(snapshots): correct tokyonight commit sha (#3620) 2022-12-16 03:35:34 -05:00
Elias Roa
7905ec6f1e
fix(config): fix typo in example configs (#3611) 2022-12-14 22:25:25 +01:00
Mathieu Cartaud
f50e49a3cc
feat(cmp): add on_config_done callback (#3589) 2022-12-13 16:25:55 +01:00
LostNeophyte
133024533a
fix(lsp): add neocmake to skipped_servers (#3597) 2022-12-13 16:22:53 +01:00
LostNeophyte
3166cc00b0
fix(alpha): check height of the aplha window (#3585) 2022-12-12 15:11:28 +01:00
LostNeophyte
f02b0585a8
fix: only call theme's setup if it's selected (#3586) 2022-12-12 15:06:02 +01:00
github-actions[bot]
d3ade21d85
chore: bump plugins version (#3518)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-12-11 16:43:38 +01:00
Zephaniah Ong
c336ee5150
ci: restrict scheduled workflows to lunarvim (#3591) 2022-12-11 16:18:29 +01:00
LostNeophyte
245a71c9f7
feat(telescope): add lvim.builtin.telescope.theme (#3548)
fixes https://github.com/LunarVim/LunarVim/issues/3406
2022-12-08 12:11:13 +01:00
LostNeophyte
33e0960ba3
fix(terminal): use user's shell in execs (#3531)
fixes https://github.com/LunarVim/LunarVim/issues/3526
2022-12-05 11:46:40 +01:00
LostNeophyte
763af07570
ci: better issue templates description (#3571) 2022-12-05 11:43:26 +01:00
Hamothy
9239a25fa7
feat: support 'hrsh7th/cmp-cmdline' by default (#3545) 2022-12-05 11:42:38 +01:00
Daniel Rodríguez Rivero
6fc015565f
feat(wich-key): binding to save without formatting (#3165)
use `<leader>bW` to save without triggering the autocmd for formatting
2022-12-01 11:39:53 +01:00
Gowa2017
02de1b1e0b
fix: startify theme button bugfix (#3557) 2022-12-01 11:37:45 +01:00
LostNeophyte
5d69279262
fix(dashboard): remove feedkeys (#3558) 2022-12-01 11:14:46 +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
LostNeophyte
f5454fb860
feat(alpha): allow configuring highlight groups (#3532)
* fix(alpha): make highlights overridable

Co-authored-by: CPea <42694704+cpea2506@users.noreply.github.com>

* feat: make opts overridable

* refactor: add default autostart to opts

* feat: default_button_opts

* Apply suggestions from code review

Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>

Co-authored-by: CPea <42694704+cpea2506@users.noreply.github.com>
Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
2022-11-29 08:50:24 +01:00
LostNeophyte
84ce0803e1
ci: update issue templates (#3540) 2022-11-28 19:13:08 +01:00
LostNeophyte
979e5930a8
fix(alpha): make dashboard responsive (#3505)
fixes https://github.com/LunarVim/LunarVim/issues/3279
2022-11-28 19:11:39 +01: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
LostNeophyte
9347abc1d4 fix(breadcrumbs): use hlgroup from web devicons in breadcrumbs (#3342) 2022-11-28 19:08:43 +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
LostNeophyte
1fbcaf81dc
fix(bufkill): wait for user's input (#3535) 2022-11-27 14:18:49 +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
github-actions[bot]
4d03f65cae
chore: bump plugins version (#3506)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-11-22 16:38:59 +01:00
LostNeophyte
4790540b39
docs: github pull request template update (#3512)
* docs: github pull request template update

* fix: docs

as suggested by @lostneophyte

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

* chore: fix my(LostNeophyte) mistakes

Co-authored-by: Daniel Rodríguez Rivero <rdanielo@gmail.com>
2022-11-22 16:28:40 +01:00