all repos

init.lua @ 73e0d2145170b08336781d28f276dd889d63a211

my nvim config
1 files changed, 1 insertions(+), 7 deletions(-)
feat(inlayhints): update config
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2022-11-07 19:05:15 +0200
Parent: 7e1dc1c
M lua/configs/lsp/inlayhints.lua

@@ -14,8 +14,8 @@ end,

}) hints.setup { - debug_mode = false, inlay_hints = { + highlight = "Comment", parameter_hints = { show = false, prefix = "<- ",

@@ -28,11 +28,5 @@ separator = ", ",

remove_colon_end = false, remove_colon_start = false, }, - labels_separator = " ", - max_len_align = false, - max_len_align_padding = 1, - right_align = false, - right_align_padding = 7, - highlight = "Comment", }, }