added rust nonsense

This commit is contained in:
2026-03-30 11:21:24 +01:00
parent 9e02247d65
commit f5b4ee85a4
3 changed files with 6 additions and 0 deletions

View File

@@ -137,3 +137,6 @@ vim.api.nvim_create_autocmd("VimEnter", {
})
end,
})
-- Keybind to check diags from linter
vim.api.nvim_set_keymap("n", "<leader>d", "<cmd>lua vim.diagnostic.open_float()<CR>", { noremap = true, silent = true })