diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-04-18 19:55:42 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-04-18 19:55:42 +0200 |
commit | 2427a4feb6848b5087595390554e254f891080b9 (patch) | |
tree | c178eadd86a51ec2770e57a4b2eed574be41791c /config.toml | |
parent | 196716e96f41fa8ac63be957286824f1291e109b (diff) |
zefzefzfe
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/config.toml b/config.toml index d61059e..3fddad5 100644 --- a/config.toml +++ b/config.toml @@ -3,20 +3,25 @@ theme = "dark_plus" [editor]
auto-completion = false
auto-format = false
-preview-completion-insert = false
-rulers = [80, 120]
+completion-replace = true
+rulers = [80]
color-modes = true
auto-pairs = false
-[editor.cursor-shape]
-insert = "bar"
-
[editor.statusline]
-left = ["mode", "spinner", "file-name", "read-only-indicator", "file-modification-indicator", "version-control"]
-right = ["diagnostics", "file-type", "file-line-ending", "file-encoding"]
+left = ["mode", "file-name", "read-only-indicator", "file-modification-indicator", "version-control"]
+right = ["diagnostics", "file-type", "file-line-ending", "spinner"]
mode.normal = "NORMAL"
mode.insert = "INSERT"
mode.select = "SELECT"
+[editor.lsp]
+auto-signature-help = true
+display-signature-help-docs = true
+snippets = false
+
+[editor.cursor-shape]
+insert = "bar"
+
[editor.indent-guides]
render = true
|