This commit is contained in:
2025-09-11 11:43:48 +02:00
parent fd0e74f4a6
commit b5212ede78
8 changed files with 23 additions and 40 deletions

View File

@@ -114,7 +114,7 @@
{
mode = "n";
key = "<leader>ld";
action = ":lua vim.diagnostic.open_float()<CR>";
action = ":lua vim.diagnostic.open_float({ severity = { min = vim.diagnostic.severity.HINT } })<CR>";
options.desc = "Diagnostics popup";
}
{
@@ -162,7 +162,7 @@
# other
{
mode = "n";
key = "sj";
key = "<leader>j";
action = ":lua require('mini.jump2d').start(require('mini.jump2d').builtin_opts.query)<CR>";
options.desc = "Jump to character";
}