diff options
| author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-07-07 14:10:25 +0200 |
|---|---|---|
| committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-07-07 14:10:25 +0200 |
| commit | 409dfed3237f9f0a6e96879078d1daf3d9c02e03 (patch) | |
| tree | fd340e6803212b5ae401e2d6a1b524c412498663 /.config/nvim/config.lua | |
| parent | 4918f8747e2d3e4d3342bb1f5ee05db6198819d1 (diff) | |
Updated config again after Chris's updates
Diffstat (limited to '.config/nvim/config.lua')
| -rw-r--r-- | .config/nvim/config.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/nvim/config.lua b/.config/nvim/config.lua index b50537c..f3a5f26 100644 --- a/.config/nvim/config.lua +++ b/.config/nvim/config.lua @@ -36,6 +36,7 @@ O.lang.python.diagnostics.signs = true O.lang.python.diagnostics.underline = true -- rust +O.lang.rust.rust_tools.active = true -- go O.lang.go.autoformat = true |