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 = {
|
||||
lsp = {
|
||||
enable = true;
|
||||
inlayHints = true;
|
||||
servers = {
|
||||
clangd.enable = true;
|
||||
bashls.enable = true;
|
||||
|
|
@ -18,15 +19,15 @@
|
|||
};
|
||||
hls = {
|
||||
enable = true;
|
||||
installGhc = true;
|
||||
installGhc = true;
|
||||
};
|
||||
csharp_ls.enable = true;
|
||||
nushell = {
|
||||
enable = true;
|
||||
};
|
||||
texlab = {
|
||||
enable = true;
|
||||
};
|
||||
nushell = {
|
||||
enable = true;
|
||||
};
|
||||
texlab = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue