update astroui and astrocore
This commit is contained in:
parent
e84abfb690
commit
72eb839467
9 changed files with 84 additions and 77 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue