diff --git a/config/plugins/lsp.nix b/config/plugins/lsp.nix index 1c46437..265f5d2 100644 --- a/config/plugins/lsp.nix +++ b/config/plugins/lsp.nix @@ -50,6 +50,9 @@ # haskell hls.enable = true; + # json + jsonls.enable = true; + # c++ clangd.enable = true;