feat: enable inlay hints
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
5c2c66dd0c
commit
14299bfb6d
1 changed files with 3 additions and 0 deletions
|
|
@ -21,6 +21,9 @@ in
|
|||
};
|
||||
};
|
||||
lsp = {
|
||||
inlayHints = {
|
||||
enable = true;
|
||||
};
|
||||
servers = {
|
||||
html = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue