config.toml 327 B

1234567891011121314
  1. theme = "tokyonight"
  2. [editor]
  3. true-color = true # force for wsl
  4. line-number = "relative"
  5. popup-border = "all" # popup menu all none
  6. cursorline = true
  7. end-of-line-diagnostics = "hint"
  8. [editor.cursor-shape]
  9. insert = "bar"
  10. [editor.inline-diagnostics]
  11. cursor-line = "warning" # show warnings and errors on the cursorline inline