8 lines
102 B
Lua
8 lines
102 B
Lua
return {
|
|
"rust-lang/rust.vim",
|
|
ft = "rust",
|
|
init = function()
|
|
vim.g.rustfmt_autosave = 1
|
|
end,
|
|
}
|