update astroui and astrocore

This commit is contained in:
prunebutt 2025-02-08 13:42:52 +01:00
parent e84abfb690
commit 72eb839467
9 changed files with 84 additions and 77 deletions

View file

@ -6,7 +6,7 @@ _:
opts = {
enable = true;
preview.mappings = {
settings.preview.mappings = {
scrollB = "<c-b>";
scrollD = "<c-d>";
scrollF = "<c-f>";
@ -14,7 +14,7 @@ _:
};
# https://github.com/AstroNvim/AstroNvim/blob/v4.7.7/lua/astronvim/plugins/nvim-ufo.lua#L28-L44
providerSelector = ''
settings.providerSelector = ''
function(_, filetype, buftype)
local function handleFallbackException(bufnr, err, providerName)
if type(err) == "string" and err:match "UfoFallbackException" then