Commit graph

749 commits

Author SHA1 Message Date
folke
de2a8f94e5 chore(build): auto-generate docs 2025-10-23 05:05:01 +00:00
folke
4236c8b772 chore(build): auto-generate docs
Some checks are pending
CI / ci (push) Waiting to run
2025-10-22 21:09:10 +00:00
folke
c958a6a379 chore(build): auto-generate docs 2025-10-22 20:38:55 +00:00
folke
889515a336 chore(build): auto-generate docs
Some checks are pending
CI / ci (push) Waiting to run
2025-10-22 14:59:10 +00:00
folke
f27b8b313e chore(build): auto-generate docs 2025-10-22 12:46:51 +00:00
folke
b39a1898db chore(build): auto-generate docs 2025-10-22 11:26:49 +00:00
folke
dbb842bf0b chore(build): auto-generate docs 2025-10-22 10:26:21 +00:00
folke
ee2314d671 chore(build): auto-generate docs 2025-10-22 09:26:58 +00:00
folke
b68648b79e chore(build): auto-generate docs 2025-10-22 08:13:30 +00:00
Folke Lemaitre
55d6670a7e
feat(picker.lsp): added lsp_incoming_calls and lsp_outgoing_calls. Closes #1843 2025-10-22 09:56:36 +02:00
folke
0760abd293 chore(build): auto-generate docs 2025-10-22 04:56:58 +00:00
folke
16b9fdaf6a chore(build): auto-generate docs 2025-10-22 04:34:44 +00:00
folke
efd5a79cf4 chore(build): auto-generate docs 2025-10-21 20:41:16 +00:00
folke
80286bfcc3 chore(build): auto-generate docs
Some checks are pending
CI / ci (push) Waiting to run
2025-10-21 15:49:35 +00:00
folke
5f52f9d9e2 chore(build): auto-generate docs 2025-10-21 14:40:16 +00:00
folke
d358bf1755 chore(build): auto-generate docs 2025-10-21 14:17:54 +00:00
folke
ce8d36564c chore(build): auto-generate docs 2025-10-21 14:10:21 +00:00
folke
284ea48e7c chore(build): auto-generate docs 2025-10-21 14:05:52 +00:00
folke
ee0de23301 chore(build): auto-generate docs 2025-10-21 13:48:28 +00:00
folke
82e3b545f3 chore(build): auto-generate docs 2025-10-21 13:39:28 +00:00
folke
d5faeafe2d chore(build): auto-generate docs 2025-10-21 13:39:16 +00:00
folke
4f1493025f chore(build): auto-generate docs 2025-10-21 11:17:40 +00:00
folke
aafa55d839 chore(build): auto-generate docs 2025-10-21 10:51:25 +00:00
folke
5558e285f5 chore(build): auto-generate docs 2025-10-21 10:44:37 +00:00
folke
050052494e chore(build): auto-generate docs 2025-10-21 10:29:11 +00:00
folke
d31f50f0a7 chore(build): auto-generate docs 2025-10-21 07:17:46 +00:00
folke
cb0df73188 chore(build): auto-generate docs 2025-10-21 06:39:43 +00:00
folke
507190018e chore(build): auto-generate docs 2025-10-21 06:38:34 +00:00
folke
3d8fd67d22 chore(build): auto-generate docs 2025-10-21 06:33:38 +00:00
folke
c922358581 chore(build): auto-generate docs 2025-10-21 06:20:00 +00:00
folke
58448e02f5 chore(build): auto-generate docs 2025-10-21 06:16:03 +00:00
folke
3ff847ee21 chore(build): auto-generate docs 2025-10-21 06:08:05 +00:00
folke
f3a9e4de30 chore(build): auto-generate docs 2025-10-21 05:26:50 +00:00
folke
a54477b0ac chore(build): auto-generate docs 2025-10-20 21:04:15 +00:00
folke
475fb69947 chore(build): auto-generate docs 2025-10-20 18:10:20 +00:00
folke
3fd2acb72d chore(build): auto-generate docs 2025-10-20 18:09:27 +00:00
folke
fd1640afe6 chore(build): auto-generate docs 2025-10-20 16:28:20 +00:00
folke
049387885a chore(build): auto-generate docs 2025-10-20 15:47:16 +00:00
folke
c01215c74f chore(build): auto-generate docs 2025-10-20 15:32:48 +00:00
folke
149971d1b3 chore(build): auto-generate docs
Some checks are pending
CI / ci (push) Waiting to run
2025-10-20 14:03:58 +00:00
folke
0fc3e27203 chore(build): auto-generate docs 2025-10-20 13:55:28 +00:00
folke
f5ff06330e chore(build): auto-generate docs 2025-10-20 13:54:10 +00:00
folke
40a34549b1 chore(build): auto-generate docs 2025-10-20 13:29:24 +00:00
folke
c494c13a0a chore(build): auto-generate docs 2025-10-20 13:27:39 +00:00
folke
0c5f9b82ca chore(build): auto-generate docs 2025-10-20 13:24:12 +00:00
folke
58993055a4 chore(build): auto-generate docs 2025-10-20 13:23:06 +00:00
starbased
2aacf55082
fix(terminal): set buffer when opening terminal with position='current' (#2162)
## Description

When opening a terminal with position='current', the terminal buffer
wasn't being set in the current window, causing the original buffer
content to remain visible with terminal styling applied.

This fix adds a call to vim.api.nvim_win_set_buf() to properly set the
terminal buffer when using position='current'. Also updates type
annotations to include the 'current' position option and adds tests to
prevent regression.

Credit to the solution to by @Baricus in issue #2148.

## Related Issue(s)

Fixes #2148

Co-authored-by: Baricus <31926270+Baricus@users.noreply.github.com>
2025-10-20 15:22:02 +02:00
Sander
41e6bf1578
docs(rename): fyler example (#2122) 2025-10-20 15:18:47 +02:00
folke
bed2437e2e chore(build): auto-generate docs 2025-10-20 13:16:30 +00:00
Alexander Frolov
9ebf052fef
fix(gitbrowse): fixed urls for gitlab (#2073)
## Description

GitLab highlighting uses a different scheme for range of lines

fb2f3ce787/app/assets/javascripts/repository/mixins/highlight_mixin.js (L114)

## Related Issue(s)

<!--
  If this PR fixes any issues, please link to the issue here.
  - Fixes #<issue_number>
-->

## Screenshots

<!-- Add screenshots of the changes if applicable. -->
2025-10-20 15:15:21 +02:00