feat(lsp): bring back inlayHints
1 files changed, 1 insertions(+), 1 deletions(-) M config/plugins/lsp.nix
M config/plugins/lsp.nix => config/plugins/lsp.nix +1 -1
@@ 2,7 2,7 @@ plugins = { lsp = { enable = true; - #inlayHints = true; + inlayHints = true; servers = { gopls.enable = true; html.enable = true;