formatting

This commit is contained in:
John Bowdre 2024-12-23 15:28:49 -06:00
parent 16d3228279
commit e6095e5999
Signed by: john
SSH key fingerprint: SHA256:cZYnOxaLdo+MhBNMX38ihO/p2Kek6fBykSFoJwHBhUo

View file

@ -9,9 +9,7 @@
lsp = {
enable = true;
inlayHints = true;
keymaps = {
silent = true;
diagnostic = {
@ -19,7 +17,6 @@
"<leader>k" = "goto_prev";
"<leader>j" = "goto_next";
};
lspBuf = {
gd = "definition";
gD = "references";