diff --git a/usr/lib/archboot/cpio/hooks/base_common_system b/usr/lib/archboot/cpio/hooks/base_common_system index 8d1f87376..9fc9b9858 100644 --- a/usr/lib/archboot/cpio/hooks/base_common_system +++ b/usr/lib/archboot/cpio/hooks/base_common_system @@ -25,7 +25,7 @@ cdrtools-*-[0-9]*,db5.3-*-[0-9]*,db-*-[0-9]*,edk2-shell-*-[0-9]*,fuse-common-*-[ gettext-*-[0-9]*,gnutls-*-[0-9]*,grml-zsh-config-*-[0-9]*,groff-*-[0-9]*,grub-*-[0-9]*,http-parser-*-[0-9]*,\ intel-ucode-*-[0-9]*,jansson-*-[0-9]*,libburn-*-[0-9]*,libev-*-[0-9]*,libisoburn-*-[0-9]*,libisofs-*-[0-9]*,\ libksba-*-[0-9]*,libnfnetlink-*-[0-9]*,libnetfilter_conntrack-*-[0-9]*,libnftnl-*-[0-9]*,\ -libpcap-*-[0-9]*,libpipeline-*-[0-9]*,libsysprof-capture-*-[0-9]*,libutf8proc-*-[0-9]*,libwbclient-*-[0-9]*,limine-*-[0-9]*,\ +libpcap-*-[0-9]*,libpipeline-*-[0-9]*,libsysprof-capture-*-[0-9]*,libwbclient-*-[0-9]*,limine-*-[0-9]*,\ linux-api-headers-*-[0-9]*,lmdb-*-[0-9]*,memtest86+-*-[0-9]*,memtest86+-efi-*-[0-9]*,memtest-*-[0-9]*,\ mpdecimal-*-[0-9]*,mtools-*-[0-9]*,nettle-*-[0-9]*,oniguruma-*-[0-9]*,pcre-*-[0-9]*,python-*-[0-9]*,python-pefile-*-[0-9]*,\ refind-*-[0-9]*,rpcbind-*-[0-9]*,systemd-ukify-*-[0-9]*,zsh-*-[0-9]*} \ diff --git a/usr/lib/archboot/cpio/hooks/neovim b/usr/lib/archboot/cpio/hooks/neovim index a48c7fdda..8f4c15e66 100644 --- a/usr/lib/archboot/cpio/hooks/neovim +++ b/usr/lib/archboot/cpio/hooks/neovim @@ -6,8 +6,8 @@ _run () { _binary nvim _map _full_dir /usr/share/nvim /usr/lib/tree_sitter /usr/lib/lua/5.1 - #fix symlinks - _map _file /usr/lib/libtree-sitter* + #fix tree-sitter symlinks and libutf8proc + _map _file /usr/lib/libtree-sitter* /usr/lib/libutf8proc* # add lastplace plugin: # https://github.com/neovim/neovim/issues/16339 _file_rename /usr/share/archboot/nvim/nvim-lastplace.lua /usr/share/nvim/runtime/plugin/nvim-lastplace.lua