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