diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2022-01-29 12:54:31 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2022-01-29 12:54:46 +0000 |
commit | 010b98f9e4ca192d7bc400b211dad0e9036a4eb0 (patch) | |
tree | 89463924f4f88deb2f672606fd9ec6f37931018c | |
parent | 390b480773f0bdf76f9695776a061a5a89818a0b (diff) | |
download | ports-010b98f9e4ca192d7bc400b211dad0e9036a4eb0.tar.gz ports-010b98f9e4ca192d7bc400b211dad0e9036a4eb0.zip |
UPDATING: Add entry for neovim luajit backend change
-rw-r--r-- | UPDATING | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 |