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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue