lapce/defaults/settings.toml

93 lines
2.2 KiB
TOML
Raw Normal View History

#:schema ../extra/schemas/settings.json
[core]
2021-10-07 17:03:46 +00:00
modal = false
2021-09-27 16:40:34 +00:00
color-theme = "Lapce Dark"
2022-10-20 18:08:16 +00:00
icon-theme = "Lapce Codicons"
2022-08-29 19:04:45 +00:00
custom-titlebar = true
2021-09-27 13:39:44 +00:00
[editor]
font-family = "Monospace"
2021-09-27 13:39:44 +00:00
font-size = 13
2022-03-10 22:07:20 +00:00
code-lens-font-size = 2
2022-10-09 19:10:43 +00:00
line-height = 1.5
2023-08-23 19:41:57 +00:00
smart-tab = true
2022-03-03 12:18:18 +00:00
tab-width = 4
2022-02-07 20:54:20 +00:00
show-tab = true
show-bread-crumbs = true
2022-06-10 19:24:17 +00:00
scroll-beyond-last-line = true
cursor-surrounding-lines = 1
wrap-style = "editor-width"
wrap-column = 80
wrap-width = 600 # px
sticky-header = true
completion-show-documentation = true
show-signature = true
signature-label-code-block = true
auto-closing-matching-pairs = true
auto-surround = true
hover-delay = 300 # ms
modal-mode-relative-line-numbers = true
format-on-save = false
2022-10-31 21:30:36 +00:00
highlight-matching-brackets = true
highlight-selection-occurrences = true
highlight-scope-lines = false
autosave-interval = 0
format-on-autosave = true
normalize-line-endings = true
2022-07-01 01:25:18 +00:00
enable-inlay-hints = true
inlay-hint-font-family = ""
inlay-hint-font-size = 0
2022-07-15 04:52:08 +00:00
enable-error-lens = true
error-lens-end-of-line = true
error-lens-font-family = ""
error-lens-font-size = 0
error-lens-multiline = false
2023-01-12 19:19:10 +00:00
enable-completion-lens = false
2023-12-11 19:08:05 +00:00
enable-inline-completion = true
2023-01-12 19:19:10 +00:00
completion-lens-font-family = ""
completion-lens-font-size = 0
blink-interval = 500 # ms
multicursor-case-sensitive = true
multicursor-whole-words = true
render-whitespace = "none"
show-indent-guide = true
2022-10-11 20:24:08 +00:00
atomic-soft-tabs = false
double-click = "single"
move-focus-while-search = true
diff-context-lines = 3
scroll-speed-modifier = 1
bracket-pair-colorization = false
bracket-colorization-limit = 30000
files-exclude = "**/{.git,.svn,.hg,CVS,.DS_Store,Thumbs.db}" # Glob patterns
2022-05-20 16:34:32 +00:00
[terminal]
font-family = ""
font-size = 0
line-height = 0
[terminal.default-profile]
macos = "default"
linux = "default"
windows = "default"
[terminal.profiles]
default = {}
2022-05-25 13:11:08 +00:00
[ui]
font-family = ""
font-size = 13
2022-10-27 18:31:51 +00:00
icon-size = 0
2023-04-28 19:43:15 +00:00
header-height = 36
2022-05-25 13:11:08 +00:00
status-height = 25
tab-min-width = 100
scroll-width = 10
drop-shadow-width = 0
2022-08-20 20:18:24 +00:00
preview-editor-width = 0
2022-07-06 02:27:17 +00:00
hover-font-family = ""
hover-font-size = 0
trim-search-results-whitespace = true
list-line-height = 25
tab-close-button = "Right"
open-editors-visible = true