1
0
Fork 0

Some Neovim config changes

This commit is contained in:
Avery 2025-03-19 09:09:13 +00:00
parent 12ba3b63c1
commit dc9586a376
Signed by: Avery
GPG key ID: B684FD451B692E04
2 changed files with 13 additions and 13 deletions

View file

@ -17,9 +17,15 @@
};
};
};
keymaps = [{
action = "<cmd>Trouble diagnostics toggle<cr>";
key = "<leader>dg";
}];
keymaps = [
{
action = "<cmd>Trouble diagnostics toggle<cr>";
key = "<leader>dg";
}
{
action = "<cmd>Trouble symbols toggle auto_close=true focus=true<cr>";
key = "<leader>sy";
}
];
};
}