Skip to content

Update dependency neovim/neovim to v0.11.6#41

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/neovim-neovim-0.x
Open

Update dependency neovim/neovim to v0.11.6#41
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/neovim-neovim-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 6, 2025

This PR contains the following updates:

Package Update Change
neovim/neovim minor v0.10.4v0.11.6

Release Notes

neovim/neovim (neovim/neovim)

v0.11.6: Nvim 0.11.6

Compare Source

NVIM v0.11.6
Build type: Release
LuaJIT 2.1.1741730670

Release notes

Install

Windows
Zip
  1. Download nvim-win64.zip (or nvim-win-arm64.zip for ARM)
  2. Extract the zip
  3. Run nvim.exe in your terminal
MSI
  1. Download nvim-win64.msi (or nvim-win-arm64.msi for ARM)
  2. Run the MSI
  3. Run nvim.exe in your terminal

Note: On Windows "Server" you may need to install vcruntime140.dll.

macOS (x86_64)
  1. Download nvim-macos-x86_64.tar.gz
  2. Run xattr -c ./nvim-macos-x86_64.tar.gz (to avoid "unknown developer" warning)
  3. Extract: tar xzvf nvim-macos-x86_64.tar.gz
  4. Run ./nvim-macos-x86_64/bin/nvim
macOS (arm64)
  1. Download nvim-macos-arm64.tar.gz
  2. Run xattr -c ./nvim-macos-arm64.tar.gz (to avoid "unknown developer" warning)
  3. Extract: tar xzvf nvim-macos-arm64.tar.gz
  4. Run ./nvim-macos-arm64/bin/nvim
Linux (x86_64)

If your system does not have the required glibc version, try the (unsupported) builds for older glibc.

AppImage
  1. Download nvim-linux-x86_64.appimage
  2. Run chmod u+x nvim-linux-x86_64.appimage && ./nvim-linux-x86_64.appimage
    • If your system does not have FUSE you can extract the appimage:
      ./nvim-linux-x86_64.appimage --appimage-extract
      ./squashfs-root/usr/bin/nvim
      
Tarball
  1. Download nvim-linux-x86_64.tar.gz
  2. Extract: tar xzvf nvim-linux-x86_64.tar.gz
  3. Run ./nvim-linux-x86_64/bin/nvim
Linux (arm64) - Untested
AppImage
  1. Download nvim-linux-arm64.appimage
  2. Run chmod u+x nvim-linux-arm64.appimage && ./nvim-linux-arm64.appimage
    • If your system does not have FUSE you can extract the appimage:
      ./nvim-linux-arm64.appimage --appimage-extract
      ./squashfs-root/usr/bin/nvim
      
Tarball
  1. Download nvim-linux-arm64.tar.gz
  2. Extract: tar xzvf nvim-linux-arm64.tar.gz
  3. Run ./nvim-linux-arm64/bin/nvim
Other

v0.11.5: Nvim 0.11.5

Compare Source

NVIM v0.11.5
Build type: Release
LuaJIT 2.1.1741730670

Release notes

Install

Windows
Zip
  1. Download nvim-win64.zip (or nvim-win-arm64.zip for ARM)
  2. Extract the zip
  3. Run nvim.exe in your terminal
MSI
  1. Download nvim-win64.msi (or nvim-win-arm64.msi for ARM)
  2. Run the MSI
  3. Run nvim.exe in your terminal

Note: On Windows "Server" you may need to install vcruntime140.dll.

macOS (x86_64)
  1. Download nvim-macos-x86_64.tar.gz
  2. Run xattr -c ./nvim-macos-x86_64.tar.gz (to avoid "unknown developer" warning)
  3. Extract: tar xzvf nvim-macos-x86_64.tar.gz
  4. Run ./nvim-macos-x86_64/bin/nvim
macOS (arm64)
  1. Download nvim-macos-arm64.tar.gz
  2. Run xattr -c ./nvim-macos-arm64.tar.gz (to avoid "unknown developer" warning)
  3. Extract: tar xzvf nvim-macos-arm64.tar.gz
  4. Run ./nvim-macos-arm64/bin/nvim
Linux (x86_64)

If your system does not have the required glibc version, try the (unsupported) builds for older glibc.

AppImage
  1. Download nvim-linux-x86_64.appimage
  2. Run chmod u+x nvim-linux-x86_64.appimage && ./nvim-linux-x86_64.appimage
    • If your system does not have FUSE you can extract the appimage:
      ./nvim-linux-x86_64.appimage --appimage-extract
      ./squashfs-root/usr/bin/nvim
      
Tarball
  1. Download nvim-linux-x86_64.tar.gz
  2. Extract: tar xzvf nvim-linux-x86_64.tar.gz
  3. Run ./nvim-linux-x86_64/bin/nvim
Linux (arm64) - Untested
AppImage
  1. Download nvim-linux-arm64.appimage
  2. Run chmod u+x nvim-linux-arm64.appimage && ./nvim-linux-arm64.appimage
    • If your system does not have FUSE you can extract the appimage:
      ./nvim-linux-arm64.appimage --appimage-extract
      ./squashfs-root/usr/bin/nvim
      
Tarball
  1. Download nvim-linux-arm64.tar.gz
  2. Extract: tar xzvf nvim-linux-arm64.tar.gz
  3. Run ./nvim-linux-arm64/bin/nvim
Other

v0.11.4: Nvim 0.11.4

Compare Source

NVIM v0.11.4
Build type: Release
LuaJIT 2.1.1741730670

Release notes

Install

Windows
Zip
  1. Download nvim-win64.zip
  2. Extract the zip
  3. Run nvim.exe on your CLI of choice
MSI
  1. Download nvim-win64.msi
  2. Run the MSI
  3. Run nvim.exe on your CLI of choice

Note: On Windows "Server" you may need to install vcruntime140.dll.

macOS (x86_64)
  1. Download nvim-macos-x86_64.tar.gz
  2. Run xattr -c ./nvim-macos-x86_64.tar.gz (to avoid "unknown developer" warning)
  3. Extract: tar xzvf nvim-macos-x86_64.tar.gz
  4. Run ./nvim-macos-x86_64/bin/nvim
macOS (arm64)
  1. Download nvim-macos-arm64.tar.gz
  2. Run xattr -c ./nvim-macos-arm64.tar.gz (to avoid "unknown developer" warning)
  3. Extract: tar xzvf nvim-macos-arm64.tar.gz
  4. Run ./nvim-macos-arm64/bin/nvim
Linux (x86_64)

If your system does not have the required glibc version, try the (unsupported) builds for older glibc.

AppImage
  1. Download nvim-linux-x86_64.appimage
  2. Run chmod u+x nvim-linux-x86_64.appimage && ./nvim-linux-x86_64.appimage
    • If your system does not have FUSE you can extract the appimage:
      ./nvim-linux-x86_64.appimage --appimage-extract
      ./squashfs-root/usr/bin/nvim
      
Tarball
  1. Download nvim-linux-x86_64.tar.gz
  2. Extract: tar xzvf nvim-linux-x86_64.tar.gz
  3. Run ./nvim-linux-x86_64/bin/nvim
Linux (arm64) - Untested
AppImage
  1. Download nvim-linux-arm64.appimage
  2. Run chmod u+x nvim-linux-arm64.appimage && ./nvim-linux-arm64.appimage
    • If your system does not have FUSE you can extract the appimage:
      ./nvim-linux-arm64.appimage --appimage-extract
      ./squashfs-root/usr/bin/nvim
      
Tarball
  1. Download nvim-linux-arm64.tar.gz
  2. Extract: tar xzvf nvim-linux-arm64.tar.gz
  3. Run ./nvim-linux-arm64/bin/nvim
Other

v0.11.3: Nvim 0.11.3

Compare Source

NVIM v0.11.3
Build type: Release
LuaJIT 2.1.1741730670

Install

Windows
Zip
  1. Download nvim-win64.zip
  2. Extract the zip
  3. Run nvim.exe on your CLI of choice
MSI
  1. Download nvim-win64.msi
  2. Run the MSI
  3. Run nvim.exe on your CLI of choice

Note: On Windows "Server" you may need to install vcruntime140.dll.

macOS (x86_64)
  1. Download nvim-macos-x86_64.tar.gz
  2. Run xattr -c ./nvim-macos-x86_64.tar.gz (to avoid "unknown developer" warning)
  3. Extract: tar xzvf nvim-macos-x86_64.tar.gz
  4. Run ./nvim-macos-x86_64/bin/nvim
macOS (arm64)
  1. Download nvim-macos-arm64.tar.gz
  2. Run xattr -c ./nvim-macos-arm64.tar.gz (to avoid "unknown developer" warning)
  3. Extract: tar xzvf nvim-macos-arm64.tar.gz
  4. Run ./nvim-macos-arm64/bin/nvim
Linux (x86_64)

If your system does not have the required glibc version, try the (unsupported) builds for older glibc.

AppImage
  1. Download nvim-linux-x86_64.appimage
  2. Run chmod u+x nvim-linux-x86_64.appimage && ./nvim-linux-x86_64.appimage
    • If your system does not have FUSE you can extract the appimage:
      ./nvim-linux-x86_64.appimage --appimage-extract
      ./squashfs-root/usr/bin/nvim
      
Tarball
  1. Download nvim-linux-x86_64.tar.gz
  2. Extract: tar xzvf nvim-linux-x86_64.tar.gz
  3. Run ./nvim-linux-x86_64/bin/nvim
Linux (arm64) - Untested
AppImage
  1. Download nvim-linux-arm64.appimage
  2. Run chmod u+x nvim-linux-arm64.appimage && ./nvim-linux-arm64.appimage
    • If your system does not have FUSE you can extract the appimage:
      ./nvim-linux-arm64.appimage --appimage-extract
      ./squashfs-root/usr/bin/nvim
      
Tarball
  1. Download nvim-linux-arm64.tar.gz
  2. Extract: tar xzvf nvim-linux-arm64.tar.gz
  3. Run ./nvim-linux-arm64/bin/nvim
Other

v0.11.2: Nvim 0.11.2

Compare Source

NVIM v0.11.2
Build type: Release
LuaJIT 2.1.1741730670

This is a maintenance release, focusing on bug fixes. Some enhancements related
to vim.lsp.enable are also included.

Features
  • lsp: Vim.lsp.is_enabled() #​33703
  • lsp: root_markers can control priority
  • lsp: Start/stop LSPs as necessary during vim.lsp.enable() #​33702
  • lsp: Detach LSP clients when 'filetype' changes #​33707
  • checkhealth: Trigger FileType event after showing report
  • health: Summary in section heading #​33388
Bug Fixes
  • lsp: Detect if Client:request resolved synchronously #​33624
  • lsp: Use bufnr when getting clients in symbols_to_items (#​33760)
  • lsp: Improper diagnostic end_col computation
  • lsp: Only auto-detach lsp.config clients #​33834
  • lsp: Improve error completion message #​33812
  • lsp: Check if client is stopping before reuse #​33796
  • lsp: Fix error with InsertReplaceEdit events #​33973
  • :print: Don't use schar_from_ascii() for illegal byte (#​34046)
  • cmdline: Do not move UI cursor when entering cmdline #​33729
  • decor: Extmark highlight not applied (#​33858)
  • display: Adjust setting winline info for concealed lines (#​33717)
  • folds: Avoid unnecessary loop with horizontal scrolling (#​33932)
  • folds: Adjust filler text drawing for transparent folds
  • health: Checkhealth float opens extra empty buffer #​33648
  • lua: Vim.validate message param #​33675
  • move: Consume skipcol before revealing filler lines (#​34143)
  • runtime: Cpoptions is reset in Lua file #​33671
  • runtime: Conceal paths in help, man ToC loclist #​33764
  • runtime: 'includeexpr' with non-Nvim-style Lua modules #​33867
  • system: Don't treat NUL at start as no input (#​34167)
  • terminal: Check size when switching buffers
  • termkey: Out-of-bounds write in array #​33868
  • treesitter: Close :InspectTree with q
  • treesitter: Invalidate conceal_lines marks (#​33832)
  • treesitter: Eliminate flicker for single windows #​33842
  • treesitter: Proper tree contains() logic with combined injections
  • treesitter: Parser metadata annotations
  • trust: Support for trusting directories #​33735
  • tui: Don't process UI events when suspending or stopping (#​33710)
  • tui: Forward C0 control codes literally (#​33759)
  • tui: Don't try to add unsupported modifiers (#​33799)
  • tui: Clear primary device callback before invoking it (#​34032)
  • tutor: L:lang is undefined
  • vim.lsp.enable: Don't eagerly enable LSP configs during startup #​33762
  • vim.system: Improve error message when cwd does not exist
  • window: Skip unfocusable and hidden floats with "{count}w" #​33810

Install

Windows
Zip
  1. Download nvim-win64.zip
  2. Extract the zip
  3. Run nvim.exe on your CLI of choice
MSI
  1. Download nvim-win64.msi
  2. Run the MSI
  3. Run nvim.exe on your CLI of choice

Note: On Windows "Server" you may need to install vcruntime140.dll.

macOS (x86_64)
  1. Download nvim-macos-x86_64.tar.gz
  2. Run xattr -c ./nvim-macos-x86_64.tar.gz (to avoid "unknown developer" warning)
  3. Extract: tar xzvf nvim-macos-x86_64.tar.gz
  4. Run ./nvim-macos-x86_64/bin/nvim
macOS (arm64)
  1. Download nvim-macos-arm64.tar.gz
  2. Run xattr -c ./nvim-macos-arm64.tar.gz (to avoid "unknown developer" warning)
  3. Extract: tar xzvf nvim-macos-arm64.tar.gz
  4. Run ./nvim-macos-arm64/bin/nvim
Linux (x86_64)

If your system does not have the required glibc version, try the (unsupported) builds for older glibc.

AppImage
  1. Download nvim-linux-x86_64.appimage
  2. Run chmod u+x nvim-linux-x86_64.appimage && ./nvim-linux-x86_64.appimage
    • If your system does not have FUSE you can extract the appimage:
      ./nvim-linux-x86_64.appimage --appimage-extract
      ./squashfs-root/usr/bin/nvim
      
Tarball
  1. Download nvim-linux-x86_64.tar.gz
  2. Extract: tar xzvf nvim-linux-x86_64.tar.gz
  3. Run ./nvim-linux-x86_64/bin/nvim
Linux (arm64) - Untested
AppImage
  1. Download nvim-linux-arm64.appimage
  2. Run chmod u+x nvim-linux-arm64.appimage && ./nvim-linux-arm64.appimage
    • If your system does not have FUSE you can extract the appimage:
      ./nvim-linux-arm64.appimage --appimage-extract
      ./squashfs-root/usr/bin/nvim
      
Tarball
  1. Download nvim-linux-arm64.tar.gz
  2. Extract: tar xzvf nvim-linux-arm64.tar.gz
  3. Run ./nvim-linux-arm64/bin/nvim
Other

SHA256 Checksums

a1b4206d8f8065a6c92a49f1af2050dbc212335435fee2058d2ec5387f2b551e  nvim-linux-arm64.appimage
769102a1e05f3e535061822fee2137a6987aee891fd0bb304fb94659958ebd4c  nvim-linux-arm64.appimage.zsync
c7c365fdf651f058b2fc153d667b406ac39ca674a54aa9f799544bc8c28dd898  nvim-linux-x86_64.appimage
88f67f156e6bc49226f2bf5f8eeaae25321d03ce962ba6447cb2c18d563f1d46  nvim-linux-x86_64.appimage.zsync
8a832289ba2a17918b7a893160fcc4b24ba87141a5a07cdbb7304d53834c0c40  nvim-linux-arm64.tar.gz
a9b24157672eb218ff3e33ef3f8c08db26f8931c5c04bdb0e471371dd1dfe63e  nvim-linux-x86_64.tar.gz
e14c092d91f81ec5f1d533baae2b20730e93316eb4aafec0d2d00f0e0193d39e  nvim-macos-arm64.tar.gz
f51b4601a390c07ecd0bdf46d52c060aba88eadbb2ac3a25f2d953f2ce138d23  nvim-macos-x86_64.tar.gz
74a7b7f4c17eebaf99b041068e1a2dc264c286901a75da415af1fc68e9b94cec  nvim-win64.msi
dfa66afc95422b7c4a0f8ae330f30a00dbb8e9848993d7bfde8e2e85be30de13  nvim-win64.zip

v0.11.1: Nvim v0.11.1

Compare Source

NVIM v0.11.1
Build type: Release
LuaJIT 2.1.1741730670

Install

Windows
Zip
  1. Download nvim-win64.zip
  2. Extract the zip
  3. Run nvim.exe on your CLI of choice
MSI
  1. Download nvim-win64.msi
  2. Run the MSI
  3. Run nvim.exe on your CLI of choice

Note: On Windows "Server" you may need to install vcruntime140.dll.

macOS (x86_64)
  1. Download nvim-macos-x86_64.tar.gz
  2. Run xattr -c ./nvim-macos-x86_64.tar.gz (to avoid "unknown developer" warning)
  3. Extract: tar xzvf nvim-macos-x86_64.tar.gz
  4. Run ./nvim-macos-x86_64/bin/nvim
macOS (arm64)
  1. Download nvim-macos-arm64.tar.gz
  2. Run xattr -c ./nvim-macos-arm64.tar.gz (to avoid "unknown developer" warning)
  3. Extract: tar xzvf nvim-macos-arm64.tar.gz
  4. Run ./nvim-macos-arm64/bin/nvim
Linux (x86_64)

If your system does not have the required glibc version, try the (unsupported) builds for older glibc.

AppImage
  1. Download nvim-linux-x86_64.appimage
  2. Run chmod u+x nvim-linux-x86_64.appimage && ./nvim-linux-x86_64.appimage
    • If your system does not have FUSE you can extract the appimage:
      ./nvim-linux-x86_64.appimage --appimage-extract
      ./squashfs-root/usr/bin/nvim
      
Tarball
  1. Download nvim-linux-x86_64.tar.gz
  2. Extract: tar xzvf nvim-linux-x86_64.tar.gz
  3. Run ./nvim-linux-x86_64/bin/nvim
Linux (arm64) - Untested
AppImage
  1. Download nvim-linux-arm64.appimage
  2. Run chmod u+x nvim-linux-arm64.appimage && ./nvim-linux-arm64.appimage
    • If your system does not have FUSE you can extract the appimage:
      ./nvim-linux-arm64.appimage --appimage-extract
      ./squashfs-root/usr/bin/nvim
      
Tarball
  1. Download nvim-linux-arm64.tar.gz
  2. Extract: tar xzvf nvim-linux-arm64.tar.gz
  3. Run ./nvim-linux-arm64/bin/nvim
Other

SHA256 Checksums

d6a974a3516a3cab2408849abc38755742bbde7834e4d8576dfe041f7f61b0c8  nvim-linux-arm64.appimage
3f0dcf6fb6ba2b99b0bf7c8aceb42d4292f0da12c49f0f6d82c474c21720c3bf  nvim-linux-arm64.appimage.zsync
7f89b0de9e74481aab58acf90cafc049fb04197c5630ddfbb8ca7abb638570da  nvim-linux-x86_64.appimage
ecc6c852ffa381daab349f5fccaad80c1cd793637b7973f511d7085201deb544  nvim-linux-x86_64.appimage.zsync
6943991e601415db6eed765aeb98f8ba70a4d74859e4cf5e99ca7eb2a1b5d384  nvim-linux-arm64.tar.gz
92ecb2dbdfbd0c6d79b522e07c879f7743c5d395d0a4f13b0d4f668f8565527a  nvim-linux-x86_64.tar.gz
89a766fb41303dc101766898ad3c4eb6db556e19965582cc164419605a1d1f61  nvim-macos-arm64.tar.gz
485d20138bb4b41206dbcf23a2069ad9560c83e9313fb8073cb3dde5560782e3  nvim-macos-x86_64.tar.gz
c47ebd73146e527f8beb0c3c1145bafa7e4482e9df79d0f694d45fa2d3f7723a  nvim-win64.msi
56d8aa42c250ac28cbe8f33c9f693a031db231139a58210caa77af457498ce51  nvim-win64.zip

v0.11.0: Nvim v0.11.0

Compare Source

NVIM v0.11.0
Build type: Release
LuaJIT 2.1.1741730670

Install

Windows
Zip
  1. Download nvim-win64.zip
  2. Extract the zip
  3. Run nvim.exe on your CLI of choice
MSI
  1. Download nvim-win64.msi
  2. Run the MSI
  3. Run nvim.exe on your CLI of choice

Note: On Windows "Server" you may need to install vcruntime140.dll.

macOS (x86_64)
  1. Download nvim-macos-x86_64.tar.gz
  2. Run xattr -c ./nvim-macos-x86_64.tar.gz (to avoid "unknown developer" warning)
  3. Extract: tar xzvf nvim-macos-x86_64.tar.gz
  4. Run ./nvim-macos-x86_64/bin/nvim
macOS (arm64)
  1. Download nvim-macos-arm64.tar.gz
  2. Run xattr -c ./nvim-macos-arm64.tar.gz (to avoid "unknown developer" warning)
  3. Extract: tar xzvf nvim-macos-arm64.tar.gz
  4. Run ./nvim-macos-arm64/bin/nvim
Linux (x86_64)

If your system does not have the required glibc version, try the (unsupported) builds for older glibc.

AppImage
  1. Download nvim-linux-x86_64.appimage
  2. Run chmod u+x nvim-linux-x86_64.appimage && ./nvim-linux-x86_64.appimage
    • If your system does not have FUSE you can extract the appimage:
      ./nvim-linux-x86_64.appimage --appimage-extract
      ./squashfs-root/usr/bin/nvim
      
Tarball
  1. Download nvim-linux-x86_64.tar.gz
  2. Extract: tar xzvf nvim-linux-x86_64.tar.gz
  3. Run ./nvim-linux-x86_64/bin/nvim
Linux (arm64) - Untested
AppImage
  1. Download nvim-linux-arm64.appimage
  2. Run chmod u+x nvim-linux-arm64.appimage && ./nvim-linux-arm64.appimage
    • If your system does not have FUSE you can extract the appimage:
      ./nvim-linux-arm64.appimage --appimage-extract
      ./squashfs-root/usr/bin/nvim
      
Tarball
  1. Download nvim-linux-arm64.tar.gz
  2. Extract: tar xzvf nvim-linux-arm64.tar.gz
  3. Run ./nvim-linux-arm64/bin/nvim
Other

SHA256 Checksums

307972fd1e14f68e3a24c23a48e91387399385a3cf3d80e319542c01efe3bcf2  nvim-linux-arm64.appimage
29fe41b32f936f6bf3b41ce531552ed659c157db029182c909dcc919da6c2ad9  nvim-linux-arm64.appimage.zsync
ca44cd43fe8d55418414496e8ec7bac83f611705ece167f4ccb93cbf46fec6c0  nvim-linux-x86_64.appimage
bde57f6ab774b2d65720b6672583e50435fbb5cb980bbaccbc501563d0dff977  nvim-linux-x86_64.appimage.zsync
6959583f45042da20e0a082dc65108725629a4739ab91246c678fd084ecaf50e  nvim-linux-arm64.tar.gz
fe0a5bc79e64c5e4d9f844cd96157ebd3919ef1343b329e9ebc3f455924cc7d6  nvim-linux-x86_64.tar.gz
20055d322e80194350ee0e47f1ba5a8016d1cdbe7e283d62f882f640326e18a7  nvim-macos-arm64.tar.gz
30dc06f0e5b945bff4f3a1994608bff912ca4ec249774063eb9d8b0ce30018e5  nvim-macos-x86_64.tar.gz
4ca7411bc64a9758d350ec35a09f5ae1814507e7f44ca0b88774d513152d464e  nvim-win64.msi
00ea1a0fd3252a883974a3411159087196924f214000583257188b205d173a23  nvim-win64.zip

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency neovim/neovim to v0.10.3 Update dependency neovim/neovim to v0.10.4 Jan 29, 2025
@renovate renovate bot force-pushed the renovate/neovim-neovim-0.x branch from 42f1103 to dc5a089 Compare January 29, 2025 12:43
@renovate renovate bot force-pushed the renovate/neovim-neovim-0.x branch from dc5a089 to f1680cd Compare March 3, 2025 17:44
@renovate renovate bot changed the title Update dependency neovim/neovim to v0.10.4 Update dependency neovim/neovim to v0.10.4 - autoclosed Mar 22, 2025
@renovate renovate bot closed this Mar 22, 2025
@renovate renovate bot deleted the renovate/neovim-neovim-0.x branch March 22, 2025 06:15
@renovate renovate bot changed the title Update dependency neovim/neovim to v0.10.4 - autoclosed Update dependency neovim/neovim to v0.10.4 Mar 26, 2025
@renovate renovate bot reopened this Mar 26, 2025
@renovate renovate bot changed the title Update dependency neovim/neovim to v0.10.4 Update dependency neovim/neovim to v0.11.0 Mar 26, 2025
@renovate renovate bot force-pushed the renovate/neovim-neovim-0.x branch from f1680cd to 7c2bf10 Compare March 26, 2025 23:09
@renovate renovate bot changed the title Update dependency neovim/neovim to v0.11.0 Update dependency neovim/neovim to v0.11.1 Apr 26, 2025
@renovate renovate bot force-pushed the renovate/neovim-neovim-0.x branch from 7c2bf10 to c482022 Compare April 26, 2025 17:52
@renovate renovate bot force-pushed the renovate/neovim-neovim-0.x branch from c482022 to 6e842b2 Compare May 30, 2025 16:37
@renovate renovate bot changed the title Update dependency neovim/neovim to v0.11.1 Update dependency neovim/neovim to v0.11.2 May 30, 2025
@renovate renovate bot changed the title Update dependency neovim/neovim to v0.11.2 Update dependency neovim/neovim to v0.11.3 Jul 12, 2025
@renovate renovate bot force-pushed the renovate/neovim-neovim-0.x branch from 6e842b2 to 6345ef6 Compare July 12, 2025 21:59
@renovate renovate bot force-pushed the renovate/neovim-neovim-0.x branch from 6345ef6 to 9f3bf0a Compare August 31, 2025 21:08
@renovate renovate bot changed the title Update dependency neovim/neovim to v0.11.3 Update dependency neovim/neovim to v0.11.4 Aug 31, 2025
@renovate renovate bot changed the title Update dependency neovim/neovim to v0.11.4 Update dependency neovim/neovim to v0.11.5 Nov 2, 2025
@renovate renovate bot force-pushed the renovate/neovim-neovim-0.x branch from 9f3bf0a to da9534b Compare November 2, 2025 20:56
@renovate renovate bot force-pushed the renovate/neovim-neovim-0.x branch from da9534b to c198358 Compare January 26, 2026 17:38
@renovate renovate bot changed the title Update dependency neovim/neovim to v0.11.5 Update dependency neovim/neovim to v0.11.6 Jan 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants