mirror of
https://github.com/jbowdre/dotfiles.git
synced 2025-01-23 00:04:38 +00:00
formatting
This commit is contained in:
parent
16d3228279
commit
e6095e5999
1 changed files with 0 additions and 3 deletions
|
@ -9,9 +9,7 @@
|
||||||
|
|
||||||
lsp = {
|
lsp = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
inlayHints = true;
|
inlayHints = true;
|
||||||
|
|
||||||
keymaps = {
|
keymaps = {
|
||||||
silent = true;
|
silent = true;
|
||||||
diagnostic = {
|
diagnostic = {
|
||||||
|
@ -19,7 +17,6 @@
|
||||||
"<leader>k" = "goto_prev";
|
"<leader>k" = "goto_prev";
|
||||||
"<leader>j" = "goto_next";
|
"<leader>j" = "goto_next";
|
||||||
};
|
};
|
||||||
|
|
||||||
lspBuf = {
|
lspBuf = {
|
||||||
gd = "definition";
|
gd = "definition";
|
||||||
gD = "references";
|
gD = "references";
|
||||||
|
|
Loading…
Reference in a new issue