refactor(nvim): set rust textwidth to 80
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 54s

This commit is contained in:
Price Hiller 2024-03-27 14:47:01 -05:00
parent 3ad67a1cb0
commit 44757983ac
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -1,3 +1,4 @@
vim.opt_local.textwidth = 80
vim.keymap.set("n", "<leader>fr", ":RustLsp runnables<CR>", {
buffer = true,
})