fix: deprecation warnings

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2025-10-20 09:22:50 +02:00
parent e61a6710cb
commit 87e0890bff
Signed by: lander
GPG key ID: 0142722B4B0C536F
3 changed files with 67 additions and 57 deletions

View file

@ -1,8 +1,10 @@
{
plugins.illuminate = {
enable = true;
underCursor = false;
filetypesDenylist = [
settings = {
under_cursor = false;
filetypes_denylist = [
"Outline"
"TelescopePrompt"
"alpha"
@ -10,4 +12,5 @@
"reason"
];
};
};
}

View file

@ -15,11 +15,14 @@ in
mkdnflow = {
enable = true;
toDo.symbols = [
settings = {
to_do.symbols = [
" "
""
"x"
];
mappings = {
MkdnEnter = {
key = "<cr>";
@ -37,6 +40,7 @@ in
};
};
};
};
glow = {
enable = true;

View file

@ -7,30 +7,32 @@ in
plugins.neo-tree = {
enable = true;
settings = {
sources = [
"filesystem"
"buffers"
"git_status"
"document_symbols"
];
addBlankLineAtTop = false;
add_blank_line_at_top = false;
filesystem = {
bindToCwd = false;
followCurrentFile = {
bind_to_cwd = false;
follow_current_file = {
enabled = true;
};
};
defaultComponentConfigs = {
default_component_configs = {
indent = {
withExpanders = true;
expanderCollapsed = "󰅂";
expanderExpanded = "󰅀";
expanderHighlight = "NeoTreeExpander";
with_expanders = true;
expander_collapsed = "󰅂";
expander_expanded = "󰅀";
expander_highlight = "NeoTreeExpander";
};
gitStatus = with icons.git; {
git_status = with icons.git; {
symbols = {
added = "${Added}";
conflict = "${Conflict}";
@ -45,6 +47,7 @@ in
};
};
};
};
wKeyList = [
(wKeyObj [