- theme = "tokyonight"
- [editor]
- true-color = true # force for wsl
- line-number = "relative"
- popup-border = "all" # popup menu all none
- cursorline = true
- end-of-line-diagnostics = "hint"
- [editor.cursor-shape]
- insert = "bar"
- [editor.inline-diagnostics]
- cursor-line = "warning" # show warnings and errors on the cursorline inline
|