fix: deprecation warnings
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
e61a6710cb
commit
87e0890bff
3 changed files with 67 additions and 57 deletions
|
|
@ -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"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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 [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue