Update formatters and fix slow load bug with rustfmt
This commit is contained in:
parent
03f906b663
commit
b2d372c538
6 changed files with 25 additions and 14 deletions
|
|
@ -16,4 +16,5 @@ vim.keymap.set("n", "<C-j>", "<C-w><C-j>", { desc = "Move focus to the lower win
|
|||
vim.keymap.set("n", "<C-k>", "<C-w><C-k>", { desc = "Move focus to the upper window" })
|
||||
|
||||
-- LSP keymaps
|
||||
vim.keymap.set("n", "gd", vim.lsp.buf.definition, { desc = "Goto Definition" })
|
||||
vim.keymap.set("n", "gd", vim.lsp.buf.definition, { desc = "Goto Definition" })
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue