diff options
Diffstat (limited to 'lv-config.lua')
-rw-r--r-- | lv-config.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lv-config.lua b/lv-config.lua index bfbfffc6..b1d6045c 100644 --- a/lv-config.lua +++ b/lv-config.lua @@ -80,6 +80,9 @@ O.lang.ruby.autoformat = true -- go O.lang.go.autoformat = true + +-- rust +O.lang.rust.autoformat = true -- create custom autocommand field (This would be easy with lua) -- Turn off relative_numbers |