Some Neovim config changes
This commit is contained in:
parent
12ba3b63c1
commit
dc9586a376
2 changed files with 13 additions and 13 deletions
|
@ -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";
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue