mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-13 18:22:59 +01:00
mzte-nv: fix offset-encoding
This commit is contained in:
parent
b4fff0c5b9
commit
3a3c9bc59f
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
(tset caps :textDocument :foldingRange
|
||||
{:dynamicRegistration false :lineFoldingOnly true})
|
||||
|
||||
(tset caps :offsetEncoding :utf-8)
|
||||
(tset caps :offsetEncoding [:utf-8])
|
||||
|
||||
(fn disable-formatter [client _]
|
||||
(tset client :server_capabilities :documentFormattingRangeProvider false))
|
||||
|
|
Loading…
Reference in a new issue