DEVELOPMENT ENVIRONMENT

~liljamo/nvim-flake

0452f210b02fdc86775f1e67fae8fca93576dfe5 — Jonni Liljamo 3 days ago 03744a6
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;