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"; action = "workspace_symbol";
desc = "Workspace Symbol"; desc = "Workspace Symbol";
}; };
"<leader>cr" = { "<leader>cr" = {
action = "rename"; action = "rename";
desc = "Rename"; desc = "Rename";
}; };
}; };
diagnostic = { diagnostic = {
"<leader>cd" = { "<leader>cd" = {
action = "open_float"; action = "open_float";
desc = "Line Diagnostics"; desc = "Line Diagnostics";
}; };
"]d" = { "]d" = {
action = "goto_next"; action = "goto_next";
desc = "Next Diagnostic"; desc = "Next Diagnostic";