Commit graph

2247 commits

Author SHA1 Message Date
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
bc90e8174f
fix(cmp): bring back default keybindings (#2470) 2022-04-15 05:34:24 +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
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
xeluxee
4d1cfc4687
[Feature] Add option to set maximum cmp menu width (#2425) 2022-04-07 22:48:32 +04:30
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
github-actions[bot]
93c5fed8e7
chore: bump plugins version (#2418) 2022-04-03 11:06:05 +02:00
Joan López
8a7bd81237
fix: update deprecated methods in example configuration for trouble.nvim (#2416) 2022-04-02 13:56:13 +02:00
kylo252
b7d7eed576
ci: use github-actions as the author (#2419) 2022-04-02 13:49:04 +02:00
kylo252
b892b97708
ci(test): add write-permission for prs (#2417) 2022-04-02 12:22:32 +02:00
Bruno Gava Guerra
84e499aa38
fix(installer/pwsh): fixes some details on installer and uninstaller (#2404) 2022-04-02 12:07:48 +02:00
steven_j
7807f147c1
refactor(lsp): replace deprecated ocamllsp with ocamlls (#2402)
Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
2022-03-28 08:59:33 +02:00
kylo252
5d08a337fa
ci: fix workflow inputs (#2397) 2022-03-26 14:28:31 +01:00
Abouzar Parvan
ea0e1f99e7
fix(telescope): set <cr> binding to actions.select_default only (#2395) 2022-03-26 12:34:19 +01:00
ahsan-a
36c836da6a
fix(windows): specify required powershell version for the installation script (#2376) 2022-03-25 15:21:32 +01:00
Daniel VG
e1474d3439
docs(README): change forgotten breaking change in example (#2377) 2022-03-25 15:21:14 +01:00
kylo252
f2370ce9d8
ci: test automated gh action (#2394) 2022-03-25 18:25:53 +04:30
Abouzar Parvan
9e13e1e4fe
fix(theme): make sure the new theme is fully loaded (#2392) 2022-03-25 17:09:06 +04:30
kylo252
08d3df2cd3
feat(plugins): add support for packer snapshots (#2351) 2022-03-24 16:16:38 +01:00
kylo252
1ea836e360
docs: update demo images on the main readme (#2386)
* docs: update demo images on the main readme

* chore: upload images to github directly

* chore: remove redundant media files
2022-03-24 19:15:40 +04:30
Elazar Leibovich
c11fa143c8
chore: [Feature]: Keyboard shortcut for quickfix in Telescope (#2385)
Lunarvim has keyboard shortcuts for various LSP searches, that feeds results to quickfix list.

It is useful then to have a quick way to inspect LSP results in quickfix via Telescope.
2022-03-24 19:11:38 +04:30
Abouzar Parvan
3c152cb1cf
fix(terminal): weird lazygit commit message bug (#2382) 2022-03-23 01:09:18 +04:30
Abouzar Parvan
cf96211cf5
fix(peek): print error if lsp is unable to get file contents (#2379)
* fix(peek): print error if lsp is unable to get file contents

* fix(peek): replace print with vim.notify
2022-03-22 19:47:19 +04:30
Max Verevkin
7695cfdb42
fix(terminal): whichkey -> which-key (#2380) 2022-03-22 19:47:05 +04:30
Abouzar Parvan
4affc21771
fix(peek): make sure popup_options are positive (#2373) 2022-03-21 16:04:48 +03:30
Max Verevkin
80810c36de
fix(bufferline): add an additional space before diagnostics (#2367) 2022-03-20 12:23:53 +01:00
kylo252
d8628ccd11
fix(windows): use correct validation for the alias (#2371) 2022-03-20 11:56:28 +01:00
Abouzar Parvan
ba5bde2181
fix(alpha): globalstatus after openning files from dashboard (#2366) 2022-03-20 14:18:17 +03:30
kylo252
c958e4b3ae
fix: automatically set colorscheme (#2370) 2022-03-20 14:17:08 +03:30
kylo252
c946ddda81
feat: add alpha.nvim integration (#1906) 2022-03-19 20:02:45 +01:00
kylo252
7192b28a24
fix(lualine): conditional theme loading (#2363) 2022-03-19 14:43:07 +01:00
kylo252
1488deebc7
refactor: load onedarker theme externally (#2359) 2022-03-19 16:25:34 +03:30
Abouzar Parvan
5a8ccd9fcb
chore(plugins): let users enjoy the new global statusline (#2362) 2022-03-19 16:23:22 +03:30
Aleksandr
59d48dfc7c
[Bugfix]: correct typo in backup function (#2358) 2022-03-18 10:20:54 +01:00
Abouzar Parvan
e0a71dc40c
fix: nvim-tree taking half the window on open (#2357) 2022-03-18 12:35:29 +03:30
Abouzar Parvan
a5e5b50bc4
chore(plugins): last manual plugin update (#2347) 2022-03-12 14:02:51 +03:30
kylo252
f1779fddcc
fix: disable the default intro message (#2340) 2022-03-10 10:14:15 +01:00
kylo252
4c705bc07d
feat(windows): add custom config_win.example.lua (#2330) 2022-03-10 09:54:38 +01:00
Abouzar Parvan
637658ae2c
fix(nlsp-settings): cross platform issue (#2335) 2022-03-08 09:47:52 +01:00