about summary refs log tree commit diff stats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hm/soispha/conf/nvim/plgs/lsp/servers/servers/openscad.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/soispha/conf/nvim/plgs/lsp/servers/servers/openscad.nix b/hm/soispha/conf/nvim/plgs/lsp/servers/servers/openscad.nix
index c064042b..a0221cc4 100644
--- a/hm/soispha/conf/nvim/plgs/lsp/servers/servers/openscad.nix
+++ b/hm/soispha/conf/nvim/plgs/lsp/servers/servers/openscad.nix
@@ -6,7 +6,7 @@
       */
       ''
         require('lspconfig').openscad_lsp.setup{
-          cmd = {"openscad-lsp", "--stdio", "--fmt-style", "GNU"},
+          cmd = {"openscad-lsp", "--stdio", "--fmt-style", "WebKit"},
         }
       '';
     extraPackages = with pkgs; [