Commit graph

2144 commits

Author SHA1 Message Date
kylo252
9ad3510adf chore: update changelog 2022-05-03 08:56:30 +02:00
kylo252
e264bff7e8 Merge remote-tracking branch 'origin/rolling' 2022-05-03 08:55:15 +02:00
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
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
Philipp Schmitt
d0c5393543
feat: add cmp-tmux to the list of sources (#2542) 2022-05-01 15:57:28 +02:00
Philipp Schmitt
f3da77f0ef
feat: gitsigns yadm support (#2535) 2022-04-30 20:13:50 +04:30
lmckiwo
ebc2987342
fix(installer): latest and specified release version for neovim have different urls (#2484) 2022-04-30 16:33:45 +02:00
kylo252
e4287b7180
fix(lsp): undo stdpath overload to avoid datarace (#2540) 2022-04-29 16:26:15 +02:00
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
Abouzar Parvan
6a66e39f29
feat(icons): make it possible to disable icons (#2529) 2022-04-28 19:00:39 +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
kylo252
ad5eeaf6ad chore: update changelog 2022-04-27 17:38:56 +02:00
kylo252
f3750313da Merge branch 'rolling' 2022-04-27 17:38:06 +02:00
kylo252
3de829e76e
refactor: lock new installations to nvim v0.7+ (#2526) 2022-04-27 17:37:27 +02:00
Sean
f49f687bc2
fix(readme): remove black as linter (#2510) 2022-04-23 19:07:05 +04:30
Abouzar Parvan
74d93dcc05
fix(nvimtree): make sure on_config_done is using the correct require (#2509) 2022-04-23 16:23:16 +04:30
William Boman
84d91bd3be
feat(installer): ensure correct responses when prompting user (#2506) 2022-04-23 09:39:25 +02:00
Abouzar Parvan
8fdd4b46e8
feat(peek): make sure max width and height are customizable (#2492) 2022-04-22 15:11:21 +04:30
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
Pascal Hubrecht
75cfebbfee
fix(nvimtree): escape the dot character in custom filter (#2493) 2022-04-22 01:47:24 +04:30
kylo252
e81d24e3c3 chore: update changelog 2022-04-20 13:31:16 +02:00
kylo252
ce4f7b0fc8 Merge remote-tracking branch 'origin/rolling' 2022-04-20 13:27:51 +02:00
kylo252
0481ec8ddd
refactor: update impatient (#2477) 2022-04-20 13:22:26 +02:00
kylo252
3d841425ae
feat: lock nvim <0.7 to a specific tag (#2491) 2022-04-20 11:44:36 +02:00
Abouzar Parvan
1ae89bee93
fix(luasnip): only use user snippets if the folder exists (#2481) 2022-04-18 14:00:18 +04:30
Carlos H
10c7753d8e
fix(lualine): color theme gaps in some components (#2465) 2022-04-15 05:40:03 +04:30
Abouzar Parvan
2567d8612e
fix(cmp): update nvim-cmp to the latest version (#2467) (#2469)
* fix(cmp): update nvim-cmp to the latest version (#2467)

* fix(cmp): bring back default keybindings (#2470)
2022-04-15 05:36:02 +04:30
Abouzar Parvan
bc90e8174f
fix(cmp): bring back default keybindings (#2470) 2022-04-15 05:34:24 +04:30
Abouzar Parvan
22944e3111
fix(cmp): hotfix nvim-cmp version 2022-04-15 04:37:41 +04:30
Abouzar Parvan
2b765ea8f8
fix(cmp): update nvim-cmp to the latest version (#2467) 2022-04-15 04:36:37 +04:30
kylo252
3083a19daa chore: update changelog 2022-04-14 21:27:27 +02:00
kylo252
6d2e18295f Merge remote-tracking branch 'origin/rolling' 2022-04-14 21:24:35 +02:00
Abouzar Parvan
09684eff64
fix(readme): update lsp server ignore syntax 2022-04-14 23:19:43 +04:30
kylo252
198577aa75
refactor(lsp): cleanup servers' override configuration (#2243)
* refactor(lsp): cleanup override settings

- rename lsp.override to lsp.automatic_configuration.ignored_servers
- add lsp.automatic_configuration.ignored_filetypes

* chore(info): update override section

* refactor(lsp): rename ignored to skipped

* fix: better deprecation handling

* docs(lsp): add example for (un-)skipping servers

* refactor(lsp): allow installing overridden servers

* docs(lsp): update config_win.example.lua as well

* chore(lsp): update skipped_servers list

* fix(logger): less noise from client_is_configured
2022-04-14 23:17:22 +04:30
Abouzar Parvan
332e974b53
feat(cmp): documentation is deprecated in favor of window.documentation (#2461) 2022-04-14 23:17:06 +04:30
FADHsquared
b4d5f093a5
docs(windows): use alpha in config_win.example.lua (#2452) 2022-04-14 14:45:54 +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
Abouzar Parvan
3de6a404c9
fix(luasnip): make sure all snippets are loaded (#2447)
Co-authored-by: danielo515 <https://github.com/danielo515>
2022-04-11 18:17:08 +04:30
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
kylo252
f92a0d610c chore: update changelog 2022-04-08 13:38:43 +02:00
kylo252
df39c03130 Merge remote-tracking branch 'origin/rolling' 2022-04-08 13:17:56 +02:00
xeluxee
4d1cfc4687
[Feature] Add option to set maximum cmp menu width (#2425) 2022-04-07 22:48:32 +04:30
kylo252
46b8aee235 chore: update changelog 2022-04-06 16:25:18 +02:00
kylo252
2d0ba75d03 Merge remote-tracking branch 'origin/rolling' 2022-04-06 16:24:39 +02:00
github-actions[bot]
fcb16c0961
chore: bump plugins version (#2421) 2022-04-05 17:01:49 +04:30
kylo252
fa710f6ddd
refactor: re-enable packer.sync() in LvimReload (#2410) 2022-04-03 14:32:52 +02:00