From 010b98f9e4ca192d7bc400b211dad0e9036a4eb0 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Sat, 29 Jan 2022 05:54:31 -0700 Subject: [PATCH] UPDATING: Add entry for neovim luajit backend change --- UPDATING | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/UPDATING b/UPDATING index 7996b6401d3a..47caba938264 100644 --- a/UPDATING +++ b/UPDATING @@ -5,6 +5,21 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20220129: + AFFECTS: users of editors/neovim + AUTHOR: adamw@FreeBSD.org + + Neovim now uses luajit-openresty as the Lua provider. Many neovim plugins + compile some of their code (Packer does this, as do many LSP plugins). + Neovim will produce errors and fail to load the plugins. + + Deleting and reinstalling any plugins that produce errors should fix the + startup. + + If you use Packer, you also want to delete the startup cache: + + # rm -rf ~/.config/nvim/plugin/packer_compiled.lua + 20220128: AFFECTS: users of net-im/dendrite AUTHOR: ashish@FreeBSD.org