add helix config
- Id
- e92cfec060b3550afe7a2b3a0cbec687212f4182
- Author
- Caio
- Commit time
- 2023-07-24T07:34:08+02:00
Created config/helix/config.toml
+theme = "flatwhite"
+
+[editor]
+gutters = ["diagnostics", "spacer", "diff"]
+
+[editor.lsp]
+display-messages = true
+
+[keys.normal.space]
+F = "file_picker_in_current_buffer_directory"
+
Created config/helix/languages.toml
+[[language]]
+name = "rust"
+
+[language.config]
+cachePriming.enable = false
+diagnostics.experimental.enable = true
+checkOnSave.command = "clippy"
+cargo.allFeatures = true