-
I have been unable to get inlay-hints working, my config is as follows: Configtheme = "jellybeans"
[editor]
idle-timeout = 0
line-number = "relative"
mouse = false
auto-format = true
true-color = true
color-modes = true
scrolloff = 25
[editor.lsp]
display-inlay-hints = true
[editor.file-picker]
hidden = false
git-ignore = true
[editor.cursor-shape]
insert = "bar"
[editor.statusline]
left = ["mode", "file-name"]
right = ["version-control", "diagnostics", "selections", "position", "file-encoding", "file-line-ending", "file-type"]
separator = "│"
mode.normal = "NORMAL"
mode.insert = "INSERT"
mode.select = "SELECT"
[editor.search]
smart-case = true
[editor.soft-wrap]
enable = true
[keys.normal]
C-space = "goto_last_accessed_file" # Maps the Ctrl-s to the typable command :w which is an alias for :write (save file)
C-u = ["half_page_up", "align_view_center"]
C-d = ["half_page_down", "align_view_center"]
C-r = ":reload"
n = ["search_next", "align_view_center"]
N = ["search_prev", "align_view_center"]
V = ["goto_first_nonwhitespace", "extend_to_line_end"]
D = ["ensure_selections_forward", "extend_to_line_end"]
x = "extend_line"
L = "repeat_last_motion"
[keys.select]
";" = ["collapse_selection", "normal_mode"]
x = "extend_line"
V = "extend_to_line_end"
[keys.normal.space]
w = ":write"
q = ":buffer-close"
space = "goto_last_accessed_file" LogsClearing my logs and then opening a typescript file, I get the error:
|
Beta Was this translation helpful? Give feedback.
Answered by
kirawi
May 20, 2023
Replies: 2 comments 4 replies
-
Increase log verbosity" https://github.com/helix-editor/helix/wiki/FAQ#access-the-log-file |
Beta Was this translation helpful? Give feedback.
3 replies
-
@kirawi i had the same issue with him after reinstalling nodejs its still same
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The LSP doesn't support inlay hints. Are you using an outdated version?