Add rustfmt auto on save

This commit is contained in:
Yann 2024-11-20 17:06:32 +01:00
parent 841906ed4c
commit d7f5bb5174

View File

@ -676,3 +676,5 @@ vim.fn.sign_define('DapStopped',{ text ='▶️', texthl ='', linehl ='', numhl
require('todo-comments').setup() require('todo-comments').setup()
require('love2d').setup() require('love2d').setup()
vim.g.rustfmt_autosave = 1