Commit graph

678 commits

Author SHA1 Message Date
Gaetan Lepage
3834c4e0db plugins/cmp: add cmp_ai source 2024-06-14 16:25:00 +02:00
Matt Sturgeon
eb5c090e90
plugins/lsp/tflint: init 2024-06-14 09:46:32 +01:00
Matt Sturgeon
ea5078fc10
plugins/lsp/jsonnet-ls: init 2024-06-14 09:31:12 +01:00
Michael Thomas
db93efffdb plugins/toggleterm: allow lua functions in float_opts keys which support them 2024-06-14 09:05:24 +02:00
Théophane Hufschmitt
80c03843e7 plugins/lsp: add nickel-ls
Add `nls`, the official language server for the Nickel language.

https://github.com/tweag/nickel/
2024-06-13 16:48:56 +02:00
Gaetan Lepage
de9b81c7e7 plugins/specs: add tests 2024-06-11 08:12:09 +02:00
Matt Sturgeon
4a22c35e6d
plugins/lsp: add inlay-hint option
`onAttach` code is based on [this comment](https://github.com/lvimuser/lsp-inlayhints.nvim/issues/46#issuecomment-1949916683).

Documented upstream at [`:h lsp-inlay_hint`](https://neovim.io/doc/user/lsp.html#lsp-inlay_hint)
2024-06-09 08:55:53 +01:00
Gaetan Lepage
70088f6f89 plugins/wakatime: init 2024-06-08 22:38:46 +02:00
Jake Hamilton
552e8b0a85
plugins/dashboard: add additional examples 2024-06-07 23:39:28 +01:00
Matt Sturgeon
94a452074f
plugins/tmux-navigator: add keymaps option
Enable users to more easily create keymaps for tmux-navigator's
directional motions.
2024-06-07 15:42:54 +01:00
Matt Sturgeon
c16533b3f7
lib: add upperFirstChar
A util function to capitalize the first character of a string.
2024-06-07 09:17:29 +01:00
Gaetan Lepage
f1289fadee misc/post-release 24.05: update workflows 2024-06-06 14:46:34 +02:00
Gaetan Lepage
f02d8c95ac misc: prepare 24.05 release 2024-06-06 14:06:46 +02:00
Gaetan Lepage
04671a049a plugins/schemastore: enable lsp in 'empty' test to avoid the warning 2024-06-06 11:39:55 +02:00
Gaetan Lepage
74a6731226 plugins/schemastore: init 2024-06-06 10:53:41 +02:00
Matt Sturgeon
f530700ccd
plugins/dashboard: switch to mkNeovimPlugin + update options
Note: the plugin has had a breaking change since the last time we
checked.
2024-06-05 18:13:31 +01:00
Beaudan Brown
cfff48c267
plugins/lsp: add r_language_server 2024-06-04 18:34:23 +01:00
Matt Sturgeon
b7a8b03190
plugins/lsp: normalise kebab-case-names 2024-06-03 20:56:37 +01:00
Gaetan Lepage
34d56c712e plugins/barbar: add keymaps.* options for missing actions
Co-authored-by: Ismaïl Senhaji <134528+iSma@users.noreply.github.com>
2024-06-03 00:25:46 +02:00
Gaetan Lepage
1c270521ad plugins/barbar: switch to mkNeovimPlugin + update options 2024-06-03 00:25:46 +02:00
Gaetan Lepage
9a9d6c69d8 plugins/copilot-chat: init 2024-06-01 21:11:29 +02:00
Gaetan Lepage
f4ce7dad0e plugins/lsp/lua-ls: add tests 2024-06-01 19:06:02 +02:00
Gaetan Lepage
1bbd58b6b2 plugins/lsp: add ruby-lsp 2024-05-31 22:40:43 +02:00
Gaetan Lepage
fa43854e02 plugins/edgy: init 2024-05-31 11:43:19 +02:00
svl
4e7ff2b427 plugins/git/octo: init 2024-05-31 10:42:46 +02:00
ben
993deb227e plugins/lsp-status: init 2024-05-30 14:23:23 +02:00
Gaetan Lepage
5c8f85dd27 plugins/debugprint: remove deprecated ignore_treesitter option 2024-05-30 14:10:06 +02:00
Nate Smith
2031a09b36 colorschemes/modus: init 2024-05-29 20:52:07 +01:00
Gaetan Lepage
cf037458dd colorschemes/nightfox: add flavor option 2024-05-29 07:41:21 +02:00
Matt Sturgeon
56d39f54fe
plugins/telescope: remove redundant keymapsSilent option 2024-05-28 20:40:45 +01:00
Gaetan Lepage
deafcf44de colorschemes/nightfox: init 2024-05-28 21:01:19 +02:00
Gaetan Lepage
a2afa56344 plugins/git-conflict: init 2024-05-27 20:19:30 +02:00
Gaetan Lepage
4175fac0ea keymaps: remove remaining usages of deprecated lua option 2024-05-27 14:57:40 +02:00
Gaetan Lepage
0d745bdacf plugins/trim: init 2024-05-27 13:26:35 +02:00
Austin Horstman
ba293d3640 plugins/lsp/language-servers/nil_ls: improve settings options 2024-05-26 23:33:17 +02:00
Matt Sturgeon
beb86eec7c
plugins/refactoring: add telescope option
refactoring.nvim comes with a telescope picker that can be used via

```lua
require('telescope').extensions.refactoring.refactors
```
2024-05-26 10:56:30 +01:00
Matt Sturgeon
61cc6e9f22
plugins/refactoring: add missing option show_success_message 2024-05-26 10:56:29 +01:00
Matt Sturgeon
e3b4315903
plugins/refactoring: switch to mkNeovimPlugin 2024-05-26 10:56:29 +01:00
Gaetan Lepage
546b4b029d
plugins/jsonls: add settings option 2024-05-25 22:26:50 +01:00
Gaetan Lepage
f3e2a064a1
plugins/yamlls: add settings option 2024-05-25 22:26:50 +01:00
Gaetan Lepage
56aaef010a tests: remove tests depending on anslible-lint for darwin 2024-05-24 00:04:27 +02:00
Nick Hu
1c9f2a23a6 modules/commands: allow commands to be raw lua 2024-05-21 14:27:49 +02:00
Nick Hu
3ec6dff17b modules/commands: fix nargs enum 2024-05-21 14:27:49 +02:00
Jan Kremer
63cfd8cefc plugins/ccc: Add more settings 2024-05-21 13:17:00 +02:00
Gaetan Lepage
5b09c711e2 plugins/rustaceanvim: switch to mkNeovimPlugin 2024-05-21 00:12:26 +02:00
Gaetan Lepage
c490fbe5d9 plugins/neogit: Adapt to upstream options changes 2024-05-20 20:55:45 +02:00
Gaetan Lepage
818834a7bb plugins/lsp-format: fix setup example 2024-05-20 12:01:55 +02:00
Gaetan Lepage
88ade1dfaa plugins/rustaceanvim: move source files to languages/rust subfolder 2024-05-19 15:39:51 +02:00
Gaetan Lepage
0e5ed7e782 plugins/rust-tools: move source files to languages/rust subfolder 2024-05-19 15:39:51 +02:00
jrichardsen
40598fc1bd Test statuscol segment without text
Signed-off-by: jrichardsen <jonas.richardsen@gmail.com>
2024-05-17 16:45:15 +02:00