Enabled inlay hints in lsp

This commit is contained in:
EsVagy42 2026-03-10 21:45:45 +01:00
parent 2885a32dd5
commit 335a3fefc3

View file

@ -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;
};
};
};
};