[go: up one dir, main page]

Skip to content

Nvim 0.8.3

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Feb 13:50
NVIM v0.8.3
Build type: Release
LuaJIT 2.1.0-beta3

Bugfix/maintenance release

Bug Fixes

  • clipboard: Show provider warning when not during batch changes
  • diff: Avoid restoring invalid 'foldcolumn' value
  • filetype: Don't pass empty string to detect
  • messages: Reset msg_grid_scroll_discount when redrawing
  • rbuffer: Handle edge case where write_ptr has wrapped around
  • rpc: Don't parse msgpack if buflen is 0
  • treesitter: Properly restore 'syntax' (#21358)
  • treesitter: Validate language name

Build System

  • deps: Bump libvterm to v0.3.1
  • deps: Bump tree-sitter-vimdoc to v1.3.0

Install

Windows

Zip

  1. Download nvim-win64.zip
  2. Extract the zip.
  3. Run nvim-qt.exe

MSI

  1. Download nvim-win64.msi
  2. Run the MSI
  3. Search and run nvim-qt.exe or run nvim.exe on your CLI of choice.

macOS

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

Linux (x64)

Tarball

  1. Download nvim-linux64.tar.gz
  2. Extract: tar xzvf nvim-linux64.tar.gz
  3. Run ./nvim-linux64/bin/nvim

Debian Package

  1. Download nvim-linux64.deb
  2. Install the package using sudo apt install ./nvim-linux64.deb
  3. Run nvim

AppImage

  1. Download nvim.appimage
  2. Run chmod u+x nvim.appimage && ./nvim.appimage
    • If your system does not have FUSE you can extract the appimage:
      ./nvim.appimage --appimage-extract
      ./squashfs-root/usr/bin/nvim
      

Other

SHA256 Checksums

58ac03b345e8675e13322f8c7135906ce26a1ca7a87d041344d64b207be7bedf  nvim-linux64.tar.gz
0828910da0b532e7564b1d200645bd846e6b2e1d10aa3111e36b59c1521b16f0  nvim-linux64.deb
05f7a2cb177f4506882b7cd867d82207c79066e7a9550e4ef78e6eac537dd4a8  nvim.appimage
0928e36449ac397e59d3793834a314f2a2758f5a4ded351c9e41d01dd038c806  nvim.appimage.zsync
26326708f34ead29e770514c2fb307702102166339c8f31660f7259ce9032925  nvim-macos.tar.gz
492a09f53663098a2fd6740821f683110b5688c162c21751e3667202383531a6  nvim-win64.zip
d723a68fed1c86c098e623df72ef5062213c1a488361e88588796446e81c3994  nvim-win64.msi