neo-tree basics
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user