neo-tree basics

This commit is contained in:
2025-06-09 11:52:26 -05:00
parent b7480fcf56
commit e4f88f553d
+5 -5
View File
@@ -302,17 +302,17 @@
action = "workspace_symbol";
desc = "Workspace Symbol";
};
"<leader>cr" = {
"<leader>cr" = {
action = "rename";
desc = "Rename";
};
};
diagnostic = {
"<leader>cd" = {
action = "open_float";
desc = "Line Diagnostics";
};
"<leader>cd" = {
action = "open_float";
desc = "Line Diagnostics";
};
"]d" = {
action = "goto_next";
desc = "Next Diagnostic";