forked from Shinonome/fred-neovim
Added initial database support
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user