File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 64
64
; ; syntax highlighting as you type. Essentially all new text is a very faded
65
65
; ; out grey color for the first 1-2 seconds as you type.
66
66
(setq-local lsp-semantic-tokens-enable nil )
67
+
67
68
(lsp-format-buffer-on-save-mode t )
68
69
(lsp-deferred)))
69
70
Original file line number Diff line number Diff line change 39
39
(use-package lsp-toml
40
40
:straight lsp-mode
41
41
:hook
42
- (conf-toml-mode . siren-lsp-lua -mode-setup)
43
- (toml-ts-mode . siren-lsp-lua -mode-setup)
42
+ (conf-toml-mode . siren-lsp-toml -mode-setup)
43
+ (toml-ts-mode . siren-lsp-toml -mode-setup)
44
44
45
45
:preface
46
- (defun siren-lsp-lua -mode-setup ()
46
+ (defun siren-lsp-toml -mode-setup ()
47
47
; ; Disable semantic tokens as it typically causes an annoying delay with the
48
48
; ; syntax highlighting as you type. Essentially all new text is a very faded
49
49
; ; out grey color for the first 1-2 seconds as you type.
You can’t perform that action at this time.
0 commit comments