Added initial database support

This commit is contained in:
Fred Drake
2024-10-03 01:21:16 -04:00
parent 605e87605a
commit d687576306
2 changed files with 19 additions and 1 deletions
+13
View File
@@ -49,6 +49,11 @@
group = "Search";
icon = "";
}
{
__unkeyed-1 = "<leader>D";
group = "Database";
icon = "";
}
];
};
};
@@ -101,6 +106,14 @@
options = { desc = "Toggle tree view"; };
}
# Database
{
mode = "n";
key = "<leader>Du";
action = "<CMD>DBUI<CR>";
options = { desc = "Show Database UI"; };
}
# LSP Actions
{
mode = "n";