Enabled inlay hints in lsp
This commit is contained in:
parent
2885a32dd5
commit
335a3fefc3
1 changed files with 8 additions and 7 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
plugins = {
|
plugins = {
|
||||||
lsp = {
|
lsp = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
inlayHints = true;
|
||||||
servers = {
|
servers = {
|
||||||
clangd.enable = true;
|
clangd.enable = true;
|
||||||
bashls.enable = true;
|
bashls.enable = true;
|
||||||
|
|
@ -18,15 +19,15 @@
|
||||||
};
|
};
|
||||||
hls = {
|
hls = {
|
||||||
enable = true;
|
enable = true;
|
||||||
installGhc = true;
|
installGhc = true;
|
||||||
};
|
};
|
||||||
csharp_ls.enable = true;
|
csharp_ls.enable = true;
|
||||||
nushell = {
|
nushell = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
texlab = {
|
texlab = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue