refactor(nvim): set rust
textwidth to 80
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 54s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 54s
This commit is contained in:
parent
3ad67a1cb0
commit
44757983ac
@ -1,3 +1,4 @@
|
||||
vim.opt_local.textwidth = 80
|
||||
vim.keymap.set("n", "<leader>fr", ":RustLsp runnables<CR>", {
|
||||
buffer = true,
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user