Commit graph

46 commits

Author SHA1 Message Date
Christian Chiarulli
5b35ed9c32
feat: all features active by default (#3157) 2022-10-06 01:20:12 -04:00
github-actions[bot]
7534e29e19
chore: bump plugins version (#3113) 2022-10-02 23:58:14 -04:00
lvimuser
699849a731
chore(plugins): remove deprecated FixCursorHold.nvim (#3107) 2022-10-01 02:10:47 -04:00
github-actions[bot]
5a5e5cd0d9
chore: bump plugins version (#3100) 2022-09-30 22:40:07 +00:00
Daniel Silva
9930fc3ae4
fix: set lua-dev.nvim to a valid commit version (#3096) 2022-09-29 02:45:36 +03:30
github-actions[bot]
d565c6b862
chore: bump plugins version (#3094) 2022-09-28 13:53:28 -04:00
github-actions[bot]
d37fdc5cf2
chore: bump plugins version (#2988)
* chore: bump plugins version

* chore(plugins): update

* chore(plugins): ignore solc

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Abouzar Parvan <abzcoding@users.noreply.github.com>
2022-09-27 17:14:19 +03:30
Christian Chiarulli
2ba566b0d8
feat: add indentlines (#3056) 2022-09-21 10:48:15 -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
7535f4eff9
fix(plugins): handle deprecated options (#3014) 2022-09-12 18:41:25 +02:00
Abouzar Parvan
e485cd6e40
fix(plugins): bring back original folke repos (#2992) 2022-09-07 11:38:46 +04:30
github-actions[bot]
256e4b8e70
chore: bump plugins version (#2972) 2022-09-04 16:19:41 +02:00
github-actions[bot]
df84e4ecce
chore: bump plugins version (#2925) 2022-08-29 14:34:43 +02:00
kylo252
9fcb6bbd81
refactor(cmp)!: adapt new recommendations (#2913) 2022-08-29 13:53:58 +02:00
github-actions[bot]
0fc1e42309
chore: bump plugins version (#2895) 2022-08-20 11:06:34 +02:00
github-actions[bot]
9caa457810
chore: bump plugins version (#2893) 2022-08-10 11:30:18 +02:00
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
Felix Marezki
4c78e8a3d2
fix dap-install (#2772) 2022-06-29 14:00:58 -04:00
github-actions[bot]
958030e728
chore: bump plugins version (#2699)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-06-16 10:30:19 +04:30
kylo252
1d1f7bac65
fix: skip calling nvim-tree.setup() more than once (#2707) 2022-06-11 17:46:37 +02:00
github-actions[bot]
59361ebe7b
chore: bump plugins version (#2654)
* chore: bump plugins version

* chore(plugins): update

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Abouzar Parvan <abzcoding@users.noreply.github.com>
2022-06-07 09:53:16 +04:30
Abouzar Parvan
7c53bd64c5
fix(nvimtree): update nvim-tree setup (#2681) 2022-05-31 19:45:43 +04:30
github-actions[bot]
cb6502ee30
chore: bump plugins version (#2607)
* chore: bump plugins version

* chore(plugins): update

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Abouzar Parvan <abzcoding@users.noreply.github.com>
2022-05-25 09:21:03 +04:30
github-actions[bot]
d868dc14fe
chore: bump plugins version (#2582)
* chore: bump plugins version

* chore(plugins): update

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Abouzar Parvan <abzcoding@users.noreply.github.com>
2022-05-12 07:18:58 +04:30
github-actions[bot]
be5afb5b77
chore: bump plugins version (#2563)
* chore: bump plugins version

* chore(plugins): update

* chore(update): replace DAPInstall with dap-buddy

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Abouzar Parvan <abzcoding@users.noreply.github.com>
2022-05-06 01:37:09 +04:30
Abouzar Parvan
cf426e1ff2
fix(dap): temporarily use dap-buddy dev branch which has older code (#2567) 2022-05-05 18:51:51 +04:30
kylo252
cfa702e6fe
refactor: use api-autocmds for lsp functions (#2549)
* refactor: use api-autocmds for lsp functions

* chore: use the existing client.supports_method api

* fix: a callback in an autocmd doesn't pass nil

* revert: keep changes minimal to which-key

Co-authored-by: Abouzar Parvan <abzcoding@users.noreply.github.com>
2022-05-03 03:40: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
0eb85a7241
fix(nvimtree): add latest changes from nvimtree (#2537) 2022-04-29 02:06:13 +04:30
kylo252
dd65e28565
refactor(lsp): decouple the installer setup-hook (#2536)
* chore(lsp): update plugins

* refactor(lsp): decouple the installer setup-hook

- remove the deprecated `server:setup()`
- set up the server manually with lspconfig once `server:on_ready()`
has been triggered

* chore: use the new lsp_installer.setup()
2022-04-28 14:38:32 +02:00
github-actions[bot]
f42008ddde
chore: bump plugins version (#2459)
* chore: bump plugins version

* chore(plugins): bump version

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Abouzar Parvan <abzcoding@users.noreply.github.com>
2022-04-22 02:47:34 +04:30
Abouzar Parvan
2b765ea8f8
fix(cmp): update nvim-cmp to the latest version (#2467) 2022-04-15 04:36:37 +04:30
Abouzar Parvan
332e974b53
feat(cmp): documentation is deprecated in favor of window.documentation (#2461) 2022-04-14 23:17:06 +04:30
github-actions[bot]
0fa5a5db49
chore: bump plugins version (#2448) 2022-04-13 14:33:21 +04:30
kylo252
1569202d39
fix(impatient): avoid get_options in fast handler (#2451) 2022-04-12 11:18:17 +02:00
github-actions[bot]
36361e1107
chore: bump plugins version (#2442)
* chore: bump plugins version

* fix(snapshot): fix bufferline wrong commit
2022-04-10 23:47:23 +04:30
github-actions[bot]
c7f6b38674
chore: bump plugins version (#2439) 2022-04-09 15:10:45 +04:30
github-actions[bot]
fcb16c0961
chore: bump plugins version (#2421) 2022-04-05 17:01:49 +04:30
github-actions[bot]
93c5fed8e7
chore: bump plugins version (#2418) 2022-04-03 11:06:05 +02:00
kylo252
08d3df2cd3
feat(plugins): add support for packer snapshots (#2351) 2022-03-24 16:16:38 +01:00