2022-11-08 20:04:11 +00:00
|
|
|
#:schema ../extra/schemas/settings.json
|
|
|
|
|
2022-09-30 19:19:52 +00:00
|
|
|
[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]
|
2023-11-02 22:20:18 +00:00
|
|
|
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
|
2022-09-14 18:35:10 +00:00
|
|
|
show-bread-crumbs = true
|
2022-06-10 19:24:17 +00:00
|
|
|
scroll-beyond-last-line = true
|
2022-10-13 17:54:38 +00:00
|
|
|
cursor-surrounding-lines = 1
|
2023-12-05 14:14:37 +00:00
|
|
|
wrap-style = "editor-width"
|
|
|
|
wrap-column = 80
|
2024-02-15 09:12:19 +00:00
|
|
|
wrap-width = 600 # px
|
2022-09-14 18:35:10 +00:00
|
|
|
sticky-header = true
|
2022-07-19 06:49:19 +00:00
|
|
|
completion-show-documentation = true
|
2022-11-19 19:45:17 +00:00
|
|
|
show-signature = true
|
|
|
|
signature-label-code-block = true
|
2022-09-26 18:13:48 +00:00
|
|
|
auto-closing-matching-pairs = true
|
2023-11-08 21:38:32 +00:00
|
|
|
auto-surround = true
|
2024-02-15 09:12:19 +00:00
|
|
|
hover-delay = 300 # ms
|
2022-06-16 02:26:23 +00:00
|
|
|
modal-mode-relative-line-numbers = true
|
2022-09-30 18:56:40 +00:00
|
|
|
format-on-save = false
|
2022-10-31 21:30:36 +00:00
|
|
|
highlight-matching-brackets = true
|
2023-03-09 19:45:31 +00:00
|
|
|
highlight-selection-occurrences = true
|
2022-12-08 22:37:03 +00:00
|
|
|
highlight-scope-lines = false
|
2022-09-27 18:41:03 +00:00
|
|
|
autosave-interval = 0
|
2022-11-20 22:41:39 +00:00
|
|
|
format-on-autosave = true
|
2024-03-07 21:18:55 +00:00
|
|
|
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
|
2023-12-05 14:14:37 +00:00
|
|
|
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
|
2024-02-15 09:12:19 +00:00
|
|
|
blink-interval = 500 # ms
|
2022-09-18 10:54:33 +00:00
|
|
|
multicursor-case-sensitive = true
|
|
|
|
multicursor-whole-words = true
|
2022-09-21 19:58:14 +00:00
|
|
|
render-whitespace = "none"
|
2022-10-14 21:41:10 +00:00
|
|
|
show-indent-guide = true
|
2022-10-11 20:24:08 +00:00
|
|
|
atomic-soft-tabs = false
|
2023-02-21 13:35:08 +00:00
|
|
|
double-click = "single"
|
2023-01-28 19:47:58 +00:00
|
|
|
move-focus-while-search = true
|
2024-02-15 09:12:19 +00:00
|
|
|
diff-context-lines = 3
|
|
|
|
scroll-speed-modifier = 1
|
2024-01-18 21:50:01 +00:00
|
|
|
bracket-pair-colorization = false
|
|
|
|
bracket-colorization-limit = 30000
|
2024-02-15 09:12:19 +00:00
|
|
|
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
|
2023-09-26 20:14:05 +00:00
|
|
|
|
|
|
|
[terminal.default-profile]
|
2024-02-15 09:12:19 +00:00
|
|
|
macos = "default"
|
|
|
|
linux = "default"
|
2023-09-26 20:14:05 +00:00
|
|
|
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
|
2022-10-11 20:22:22 +00:00
|
|
|
trim-search-results-whitespace = true
|
2023-01-08 18:07:14 +00:00
|
|
|
list-line-height = 25
|
2023-09-18 19:39:57 +00:00
|
|
|
tab-close-button = "Right"
|
2024-03-24 17:57:06 +00:00
|
|
|
open-editors-visible = true
|