diff options
author | christianchiarulli <[email protected]> | 2021-07-04 01:44:55 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-07-04 01:44:55 -0400 |
commit | e4da06abb0c229ae87997d3018d9190356fb3b08 (patch) | |
tree | a81eff57c68105b2d21965338b51a4cbcb0d2262 /lua/default-config.lua | |
parent | ca0fa9cbb238652889e14302b7c702a8ccfab437 (diff) |
disable rust for now
Diffstat (limited to 'lua/default-config.lua')
-rw-r--r-- | lua/default-config.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/default-config.lua b/lua/default-config.lua index 7a26f242..9563ffe5 100644 --- a/lua/default-config.lua +++ b/lua/default-config.lua @@ -167,6 +167,9 @@ O = { yaml = {}, terraform = {}, rust = { + rust_tools = { + active = false + }, linter = '', formatter = '', autoformat = false, |